ios - tableview in scrollview wont scroll -


i have uitableview subview of scrollview. can select cells fine cannot scroll. tableview, when showing, covers scrollview completely. how can make tableview scroll?

you need set content size of containing uiscrollview.

[containingscrollview setcontentsize:youttableview.contentsize];

you should able appropriate contentsize after viewdidlayoutsubviews method in uiviewcontroller lifecycle.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -