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 doing an iPad tech demo and I'm running into a serious technical problem. I have an app concept that …
iphone ipad uikit uisplitviewcontrollerThe Problem I am trying to use UISearchController to search for a destination on a map view. I want the …
ios objective-c uikit uisearchbar uisearchcontrollerI've noticed that in iOS 10 Beta 5 (about to try Beta 6), AutoLayout constraint animation behaves a bit differently. For example, this …
animation autolayout uikit nslayoutconstraint ios10I have a quick question regarding tracking touches on the iPhone and I seem to not be able to come …
iphone cocoa-touch uikit multi-touchI have a requirement in which I have to use a UINavigationBar with a red large title. Currently, I have …
ios uikit uinavigationbar ios11I was reading the description of viewDidLayoutSubviews of UIViewController: Called to notify the view controller that its view has just …
ios uiviewcontroller uikit bounds viewdidlayoutsubviewsYesterday, in the presentation about the new Garageband for iPad 2, Apple demoed an interesting feature: The detection of the tap …
ios iphone ipad uikit accelerometerThere was a method - (CGSize)drawInRect:(CGRect)rect withFont:(UIFont *)font lineBreakMode:(NSLineBreakMode)lineBreakMode alignment:(NSTextAlignment)alignment; which I …
ios nsstring uikit nsattributedstringI have an IBOutlet NSLayoutConstraint in my app. Very simple: @property (nonatomic, weak) IBOutlet NSLayoutConstraint* leftConstraint; At some point I …
ios objective-c uikit iboutlet ios-autolayoutHi I have an app and I have two *.pngs for default splash screen: Default-Landscape.png Default-Portrait.png What I …
iphone uikit uiinterfaceorientation uidevice device-orientation