I\'m doing an app where I have a GLES view which I don\'t want to be auto-rotated, and UIKit views on top of that, which do need to be auto-rotated.
I am adding my own UILabels to the contentView of a UITableViewCell because I need more control over the layout than the default UITableViewCellStyles provide.In essence I want the detailLabel have pr
I have a UITableView with some cell\'s that containt UISwitches: UISwitch* actSwitch = (UISwitch*)[cell viewWithTag: SWITCH_TAG];
I have a paging-enabled UIScrollView filled with hundreds of UIViewControllers, each adding its UIView (a PDF page) to the UIScrollView. In terms of performance, with a large number of offscreen pages
I have a CAShapeLayer and it has to do a simpl开发者_开发百科e task of moving on the screen, guided by the user\'s finger.
I am making an application in which user needs to login/sign up, if the application opens for the first time or there are no default login
I\'m using willRotateToInterfaceOrientation to swap views when my iPad rotates. If I have a modal view or an alert view open when my device rotates and swaps views, the view swaps and the alert disapp
I need to animate controls by moving them along the x axis from x to x-1000. My container view is 200 pixels across and each control is 100 pixels wide.
The same behaviour in Safari where the navigation bar scrolls with the web view. I’ve tried having two scroll views.The 开发者_开发技巧first scroll view is the container for the navigation bar and t
I have a CAShapeLayer that takes his shape fr开发者_高级运维om path. This creates a layer object which can be manipulated, like move and rotate.