mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-17 00:24:09 +00:00
添加用户后同步数据crash
This commit is contained in:
@@ -191,6 +191,7 @@ NSString const *key = @"isSelectOnSearchKey";
|
||||
}
|
||||
|
||||
// 为了解决分隔线左侧少15px的情况, iphone, ipad都会存在
|
||||
|
||||
-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
if ([cell respondsToSelector:@selector(setSeparatorInset:)]) {
|
||||
|
Reference in New Issue
Block a user