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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -