I am implementing a CATiledLayer into a UIScrollView.In the CATiledLayer, I have a function to draw the layers like so:
Is there a good way to provide custom transitions between view controllers? For example, in the Photos app on the iPad, tapping on a photo albu开发者_开发知识库m changes the navigation controller, but
I need to represent a linear process (think wizard) in an iPad app. In principle I could use a UINavigationController and just keep pushing new controllers for each step of the process. But this see
Developing an iPad interface, I have a scenario where I have a UIViewController which manages a view that gets placed directly as a subview of the main UIWindow.
I have a subclass of UIView which draws itself based on data held in a corresponding model class, which is a subclass of NSManagedObject.
I have created UITextField in UITableViewCell i开发者_运维技巧n my app, and I receive strange memory leak with it.
I\'d like to build an app with a tabbar in the s开发者_Go百科tyle of Tweetie 2/Twitter for iPhone (that is, images with no labels). I can\'t see a way to do it with normal UITabBarController/UITabBar,
I want to use Tabview for my whole app.However in certain view, I have more operations than I can fit in the navigator bar.So I thought of using Toolbar but toolbar should be located at the bottom, ri
I am using Open Source toolchain to com开发者_C百科pile my iPhone apps. So I have no Interface Builder or XCode. How would I setup the layout of widgets like UIButton, UITextView, etc. Also, how would
I\'m diving into iPhone/iPad development and I\'m trying to find an elegant mechanism for allowing the user to select dates.It seems to me that a calendar control would be the best way to go, but I do