I ha开发者_StackOverflow中文版ve a custom UIView that is composed entirely of CALayers. In the awakeFromNib method it creates and sets all the CALayers into their appropriate positions (CAGradientLay
I would like to be able to build a scroll view capable of scrolling an unbounded (infinite) distance (this is question number one, h开发者_如何学Goow to do this with the contentSize property). The rea
i\'m having a BIG problem that i don\'t know how to solve... my UIToolbar that is supposed to be fixed @ the bottom of the screen , appears scaled thorugh all the screen.
Background: Inspired from Apple\'s sample code ScrollViewSuite, I\'ve created a view controller class that shows picture thumbnails and one selected picture. The hierarchy of controls for the \"selec
I am developing an iPhone app that places multiple custom UIViews as subviews in a UIScrollView.The subviews are placed on top of each other as transparent views as each view has its own draw开发者_如
I have a problem with adding a set of UIButtons to a UIScrollView. With the buttons added it seems that the scroll command is not being passed to the scroll view as the buttons cover the whole surface
I wanted to know If there is some way I could use three touches with a UIScrollView. What I want in the end is to have the UIScrollView only be passed one UITouch (or at least think it it has only one
I have a UIScrollView with zooming and panning. I want the image to scroll to the center after a user command. My problem is in calculating the size and locati开发者_如何学Con of a frame that is in th
I have a custom UIViewController subclass controlling a UISCrollView containing an UIImageView, set up like so:
It looks like a problem which could have simple solution, but I haven\'t found anything what could lead the way to it. I\'m using UIWebView inside of UIScrollView and ta开发者_运维知识库pping on statu