objective c - reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone worked wrong on iOS 11? -
on ios 11,i found
"reloadrowsatindexpaths:@[indexpath] withrowanimation:uitableviewrowanimationnone"
sometimes call "tableview:tableview heightforrowatindexpath:indexpath"
after "tableview:tableview cellforrowatindexpath:indexpath"
for specific "indexpath" passed in.
and cell specific "indexpath" change it's height some height right height.
any 1 has met problem, too?
well...i found on ios 11, need explicit set estimatedrowheight 0 if using frame layout cell
Comments
Post a Comment