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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -