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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -