Top "Uikit" questions

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.

Swift Custom NavBar Back Button Image and Text

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 uibarbuttonitem
UITableView + Add content offset at top

I need to add some blank space to the top of my UITableView that does not affect the size of …

ios uitableview cocoa-touch uikit contentoffset
Understanding performSegueWithIdentifier

Can someone more knowledgeable than I explain performSegueWithIdentifier:sender: for me? I need to switch views (and classes) and also …

ios objective-c xcode uikit segue
UITableView disable swipe to delete, but still have delete in Edit mode?

I want something similar as the Alarm app, where you can't swipe delete the row, but you can still delete …

ios cocoa-touch uitableview uikit
Is there any ready-made calendar control for iPhone apps?

I am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list …

iphone cocoa-touch interface uikit calendar
How can I add a boolean value to a NSDictionary?

Well, 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 uikit
How to add a 'Done' button to numpad keyboard in iOS

So, 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 uikit
Custom Animation for Pushing a UIViewController

I want to show a custom animation when pushing a view controller: I would like to achieve something like an "…

iphone animation uikit uiviewcontroller uinavigationcontroller
How to delete a user default value in NSUserDefaults?

I.e., my app sets some standard default values at the beginning. Then those values may get overridden by the …

iphone cocoa-touch uikit
How does clipsToBounds work?

I would like to know how to use the UIView property clipsToBounds. The official documentation says the following: clipsToBounds property …

ios uiview uikit frame bounds