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 have the following code to determine if a touch is within an image view in my table cell. However, …
iphone objective-c cocoa-touch uikit uitouchWhen iPhone X is used landscape, you're supposed to check safeAreaInsets to make suitably large gutters on the left and …
ios uicollectionview uikit ios11 iphone-xIs it safe to assume that an attribute, namely fetchedResultsController, of chatViewController, an instance of a subclass of UITableViewController, is …
iphone uikit uitableview nsfetchedresultscontroller viewdidloadI'm currently developing an OpenGL ES game for the iPhone and iPod touch. I was wondering how I can easily …
iphone uikit uikeyboardI would like to know to make an UIPopoverController without arrows In fact I would like to simulate something like …
iphone cocoa-touch uikit core-graphics uipopovercontrollerI'd like to create custom UITableViewCell using an XIB, but I'm not sure how to recycle it using UITableViewController's queueing …
ios uitableview uikit xibI've been looking into using the UIPageControl for a scrolling part of an application, and I was wondering how it …
iphone objective-c uikit scroll pagingWhen receiving a UILocalNotification The method application:DidReceiveLocalNotification is called when the app is in Foreground. When the app is …
iphone objective-c ios4 uikit uilocalnotification