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 -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -