UIKit (not to be confused with the front-end framework GetUIKit) is the object-oriented framework that is responsible for most of the iOS user interface.
I'm trying to differentiate between two (or more) UITouch objects on the iPhone. Specifically, I'd like to know the order …
iphone objective-c uikit multi-touchNew to Objective-C iPhone/iPod touch/iPad development, but I'm starting to discover lots of power in one-liners of code …
iphone objective-c iphone-sdk-3.0 uikitI'm having trouble applying a tint color the navigation item's back bar button item when I create the bar button …
uikit ios7 tintcolorI'm using a UICollectionView and need a global header and footer together with section headers. Both global header and footer …
ios uikit uicollectionview uicollectionviewlayoutI'm writing a storyboard-based iPhone app and working on state restoration. When performing the segues normally, I want to have …
cocoa-touch animation uikit uistoryboard segueMy viewDidLoad in a view controller is called twice. Once by [UIViewController View] and a second time by [UINib instanciateWithOwner:…
ios uiviewcontroller uikit viewdidload viewcontroller-lifecyleIn iOS 7, when a UIActionSheet is presented, the system controls all animate their tintColor to gray. When the sheet is …
ios iphone ios7 uikit core-animationI have an animated transparent OpenGL ES subview (a modification of Apple's template EAGLView class) which draws a rotating sphere. …
iphone opengl-es uikit uiscrollview