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 has methods to get regular font (systemFontOfSize) or bold font (boldSystemFontOfSize), but how to get a "thin system font" …
ios objective-c swift uikit uifontIn iOS 7 my UIButton titles are animating in and out at the wrong time - late. This problem does not …
objective-c swift ios7 uibutton uikitHow can I programmatically select all text in UITextField?
ios swift uitextfield uikitI would like to make my UITableView Footer stop floating over my content, as is the default activity. I want …
ios uitableview uikitI 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 uitextfielddelegateiOS 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 ios7I am using UIAppearance to apply fonts to UINavigationBar and UIBarButtonItem and I am having problems. I ran this code: [[…
ios uikit uibarbuttonitem ios7 uiappearanceI've got a UISearchBar in my interface and I want to customise the behaviour of the the small clear button …
iphone objective-c uikit uisearchbarI 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