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 can I give WKWebView a colored background

I'm working on an app in which I load different html files with mostly dark backgrounds. Right now there's a …

cocoa-touch uikit wkwebview
UIColor from Hex in Monotouch

How to get a UIColor from an hex value in Monotouch?

uikit xamarin.ios
Drawing colored text in UIView's -drawRect: method

I am trying to draw colored text in my UIView subclass. Right now I am using the Single View app …

ios uikit drawrect uicolor nsattributedstring
What properties can I set via an UIAppearance proxy?

What properties can I set via an UIAppearance proxy? Apple's UIKit documentation does not list them. Is there a list …

iphone ios ios5 ios6 uikit
Cut Out Shape with Animation

I want to do something similar to the following: How to mask an image in IOS sdk? I want to …

ios uikit core-animation core-graphics mask
iOS Swift Setting View Frame Position Programmatically

I having two sub views inside scrollview. I need to position that both subviews programmatically. I did it correctly by …

ios swift uiscrollview uikit cgrect
UIPageViewController returns no Gesture Recognizers in iOS 6

I am trying to disable the pan gesture recognizer for a UIPageViewController. On iOS 5 I can loop through them and …

iphone objective-c uikit uipageviewcontroller
Status bar tint color changes to black in iOS 6

I am apparently not understanding how to use the status bar tint in iOS 6. I have read this question: Change …

iphone ios uikit uistatusbar
How to center both vertical and horizontal inside a UIStackView

I have a simple UIImageView with 50x50 size. If I had a UIView of size 100x100 and I wanted to …

ios objective-c swift uikit uistackview
How to detect double-taps on cells in a UICollectionView

I want to respond to double-taps on cells in a UICollectionView, and have a double-tap action cancel cell selection. This …

ios objective-c uicollectionview uikit uitapgesturerecognizer