Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nashyo

macrumors 6502
Original poster
Oct 1, 2010
299
0
Bristol
1) View Controller is embedded in navigation controller
2) Scroll view added to view in view controller as subview
3) View Controller set as scroll view delegate in storyboard
4) View Controller declared as delegate for scroll view in code
5) ScrollView width and height set as 320 x 416 in storyboard (to give room for nav controller
6) Content size set to bottom:712 in storyboard to accommodate 4 large UIButtons
7) Scroll view property set up in view controller as outlet
8) viewForZoomingInScrollView delegate method implement as 'return self.scrollView'
9) max and min zoom setting set in viewWillAppear as 1.0f each

SCROLL VIEW WILL NOT SCROLL ON SIM OR PHONE!!! :mad:

what am I missing here? i've done this sucessfully several times in the past!

----------

Solved it.

For those that are interested, autosizing was not set properly.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.