iOS:snapshot view add control logic

This commit is contained in:
pengfei.zhou
2021-07-14 15:23:33 +08:00
committed by osborn
parent 4c7eb36565
commit 49d3426d85
5 changed files with 143 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ - (void)viewDidLoad {
}]];
[DoricRegistry register:[DemoLibrary new]];
[DoricRegistry enablePerformance:YES];
[DoricRegistry enableRenderSnapshot:YES];
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {