I just want to keep Tableview and it cells inside the UIScrollView but my problem it is UITableViewController so I can't able embed scroll to the controller....Please provide me solution for this..(It's using Storyboards).
Asked
Active
Viewed 95 times
0
Unheilig
- 16,196
- 193
- 68
- 98
Srinivasa Reddy
- 77
- 1
- 2
- 10
-
but why?? uitableview is subclass of uiscrollview.. – Toseef Khilji Oct 07 '13 at 05:29
-
@Virussmca I have disabled scrolling of uitableview..because i am loading some images from web so its hanging while scrolling table scrolls ..so i want to embed scrollview ... – Srinivasa Reddy Oct 07 '13 at 05:43
-
if you want to load images from web why are you not using [Lazy load images in UITableView](http://stackoverflow.com/q/1130089/1597744)? – Toseef Khilji Oct 07 '13 at 05:45