ios - UITableViewController is not scrolling -


i have uitableviewcontroller not scroll. after researching online found table view subclass of scroll view , allow scrolling after 10 items in list.

however, have custom cells large (~300px) 2 goes beyond screen. how can table view scroll less 10 items since cells large.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -