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 playing around with Swift to learn it and right now I'm having trouble getting the text from a UISearchBar …
ios swift cocoa-touch uikit uisearchbarApple's iPhone apps such as Music and Contants use a search bar in a UITableView. When you scroll down so …
iphone uitableview uikit uisearchbarI have a problem with separators between UITableViewCells in UITableView on iOS 9. They have the significant left margin. I already …
ios uitableview uikit xcode7 ios9So I noticed that in iOS8 beta 3 (Update: still happens in iOS 11.2) on iPad, when attempting to present a view …
ios uikit uiactionsheet uialertcontrollerI have a view which I want to be scaled and translated to a new location by animating it. I …
cocoa-touch uikit uiview core-animation uiviewanimationThe iOS Human Interface Guidelines say: Use the system-provided Share button. Users are familiar with the meaning and behavior of …
ios cocoa-touch ios7 uikit shareIs it possible to present a popover without any sort of arrows pointing somewhere?
uikit ipad uipopovercontrollerBefore iOS 13, presented view controllers used to cover the entire screen. And, when dismissed, the parent view controller viewDidAppear function …
ios swift uiviewcontroller uikit ios13I want to implement pull-down-to-refresh in a UICollectionViewController under iOS 6. This was easy to achieve with a UITableViewController, like so: …
ios6 uikit pull-to-refresh