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 a view with some very complex drawing logic (it's a map view that draws from GIS data). Doing …
ios multithreading uikit core-graphics nsoperationIn my app, I got a UINavigationController. Unfortunately, when I rotate the device and the interface orientation changes, the UINavigationBar …
cocoa-touch uikit uiview uinavigationbar autoresizeI am using the new Text Kit API to add attachments to some attributed text: // create an attachment for each …
ios objective-c uikit ios7 textkitI'm trying to ignore UITapGestureRecognizer taps on a UITableView with the following: - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch { …
objective-c ios uitableview uikit uitapgesturerecognizerThe Apple documentation states: To participate in the appearance proxy API, tag your appearance property selectors in your header with …
swift uikit uiappearanceI'm trying to get my UITextView's corners to be masked by the rounded corners of the grouped UITableViewCell that contains …
ios uikit quartz-core cglayerThe iOS 7 redesign resulted in change of the view hierarchy of UITableViewCells. The content view of the cell was wrapped …
ios uitableview uikit ios7.1I'm trying to understand Quartz and getting the context you have to draw on. If I have a function where …
ios uikit drawing core-graphics uigraphicscontextI know I can customize the UIBarButtonItem text via setTitleTextAttributes:forState: There is also a way to customize UITabBar icons …
ios objective-c uikit uibarbuttonitem uiappearance