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.
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 wkwebviewHow to get a UIColor from an hex value in Monotouch?
uikit xamarin.iosI am trying to draw colored text in my UIView subclass. Right now I am using the Single View app …
ios uikit drawrect uicolor nsattributedstringI 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 maskI having two sub views inside scrollview. I need to position that both subviews programmatically. I did it correctly by …
ios swift uiscrollview uikit cgrectI am trying to disable the pan gesture recognizer for a UIPageViewController. On iOS 5 I can loop through them and …
iphone objective-c uikit uipageviewcontrollerI am apparently not understanding how to use the status bar tint in iOS 6. I have read this question: Change …
iphone ios uikit uistatusbarI have a simple UIImageView with 50x50 size. If I had a UIView of size 100x100 and I wanted to …
ios objective-c swift uikit uistackviewI 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