uitableview - Search bar behavior similar to native Contacts app, but with a refresh control -


i've followed steps in accepted answer of question: sticky search bar , section header behavior similar native contacts app

all works fine, want add uirefreshcontrol table view. works fine, after refreshing, table view not displaying correctly. seems uirefreshcontrol not handling inset search bar in table view.

here can see uitableviewand uisearchbar before pulling down: enter image description here

and here can see uitableviewand uisearchbar after releasing: enter image description here

how can solve this? hints?

solved! problem forgot call uirefreshcontrol endrefreshing method when refreshing operation ended.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -