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 need to customise the look of a back button in a Swift project. Here's what I have: Here's what …
ios swift uinavigationcontroller uikit uibarbuttonitemI need to add some blank space to the top of my UITableView that does not affect the size of …
ios uitableview cocoa-touch uikit contentoffsetCan someone more knowledgeable than I explain performSegueWithIdentifier:sender: for me? I need to switch views (and classes) and also …
ios objective-c xcode uikit segueI want something similar as the Alarm app, where you can't swipe delete the row, but you can still delete …
ios cocoa-touch uitableview uikitI am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list …
iphone cocoa-touch interface uikit calendarWell, for integers I would use NSNumber. But YES and NO aren't objects, I guess. A.f.a.i.k. …
objective-c iphone cocoa-touch uikitSo, the numpad keyboard doesn't come with a 'Done' or 'Next' button by default so I'd like to add one. …
ios iphone cocoa-touch uitextfield uikitI want to show a custom animation when pushing a view controller: I would like to achieve something like an "…
iphone animation uikit uiviewcontroller uinavigationcontrollerI.e., my app sets some standard default values at the beginning. Then those values may get overridden by the …
iphone cocoa-touch uikit