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.

UIFont - how to get system thin font

UIFont has methods to get regular font (systemFontOfSize) or bold font (boldSystemFontOfSize), but how to get a "thin system font" …

ios objective-c swift uikit uifont
How to stop unwanted UIButton animation on title change?

In iOS 7 my UIButton titles are animating in and out at the wrong time - late. This problem does not …

objective-c swift ios7 uibutton uikit
Programmatically Select all text in UITextField

How can I programmatically select all text in UITextField?

ios swift uitextfield uikit
UIButton Text Margin / Padding

I have the following layout, and I'm trying to add a padding to the left and right.. The controls are …

iphone uibutton uikit margin padding
UITableView Footer, Stop from floating over content

I would like to make my UITableView Footer stop floating over my content, as is the default activity. I want …

ios uitableview uikit
Detect backspace Event in UITextField

I am searching for solutions on how to capture a backspace event, most Stack Overflow answers are in Objective-C but …

ios swift cocoa-touch uikit uitextfielddelegate
Achieving bright, vivid colors for an iOS 7 translucent UINavigationBar

iOS 7.1 UPDATE: Looks like the workaround for modifying the alpha channel in the UINavigationBar has been ignored in this update. …

ios objective-c uikit uinavigationbar ios7
titleTextAttributes UIAppearance font in iOS 7

I am using UIAppearance to apply fonts to UINavigationBar and UIBarButtonItem and I am having problems. I ran this code: [[…

ios uikit uibarbuttonitem ios7 uiappearance
Can I hook into UISearchBar's Clear Button?

I've got a UISearchBar in my interface and I want to customise the behaviour of the the small clear button …

iphone objective-c uikit uisearchbar
UITableViewCell Separator disappearing in iOS7

I have some strange issue with UITableView only in iOS 7. UITableViewCellSeparator disappears above the first row and below the last …

ios objective-c uitableview cocoa-touch uikit