|
|
Member Since: Mar 21, 2012
Location: Eagan, MN
Posts: 5
Mac Specs: Aluminum Unibody Macbook (Late 2008) 2.4 GHz Intel Core 2 Duo, 250GB HD, 6GB RAM, 10.8 Dev Preview
|

03-27-2012, 09:47 AM
The scrolling problems, I would assume, are because you allow the user to scroll the UIScrollView as well as each individual subview. The way to solve this is to make it the same size as the UIView and disable rubberbanding. The way to eliminate confusion is to set the background color to a color different than that of the UIImage and UIText views, this creates specific contrast and shows the user that these are independent views.
|
|
|
QUOTE
Thanks
|