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.

How to draw border around a UILabel?

Is there a way for UILabel to draw a border around itself? This is useful for me to debug the …

ios iphone cocoa-touch uikit uilabel
Is it possible to disable floating headers in UITableView with UITableViewStylePlain?

I'm using a UITableView to layout content 'pages'. I'm using the headers of the table view to layout certain images …

ios objective-c iphone cocoa-touch uikit
Using HTML and Local Images Within UIWebView

I have a UIWebView in my app which I want to use to display an image which will link to …

html ios iphone uiwebview uikit
scale Image in an UIButton to AspectFit?

I want to add an image to a UIButton, and also want to scale my image to fit with the …

ios objective-c cocoa-touch uibutton uikit
Adding the "Clear" Button to an iPhone UITextField

How do you add that little "X" button on the right side of a UITextField that clears the text? I …

ios cocoa-touch uitextfield uikit
How can I get a precise time, for example in milliseconds in Objective-C?

Is there an easy way to get a time very precisely? I need to calculate some delays between method calls. …

iphone objective-c cocoa-touch uikit
Clearing UIWebview cache

I have used UIWebview to load a web page using loadRequest: method, when I leave that scene I call [self.…

ios cocoa-touch uiwebview uikit
How to trap on UIViewAlertForUnsatisfiableConstraints?

I'm seeing an error appear in my debugger log: Will attempt to recover by breaking constraint <NSLayoutConstraint:0x191f0920 …

ios autolayout uikit constraints xcode7
Is it possible to Turn page programmatically in UIPageViewController?

Is it possible to turn page programmatically in UIPageViewController?

ios ios5 uikit uipageviewcontroller