feat:add switch for performance,default is off
This commit is contained in:
@@ -46,6 +46,7 @@ - (void)viewDidLoad {
|
||||
it.delegate = self;
|
||||
}]];
|
||||
[DoricRegistry register:[DemoLibrary new]];
|
||||
[DoricRegistry enablePerformance:YES];
|
||||
}
|
||||
|
||||
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
|
||||
|
Reference in New Issue
Block a user