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 have to ask this, because: The only thing I recognize is, that if the assertion fails, the app crashes. …
ios iphone cocoa-touch uikit nsassertI need to do this app that has a weird configuration. As shown in the next image, the main view …
swift uitableview uiscrollview uikit uipageviewcontrollerI have a UIViewController. How do I draw a line in one of its programmatically created views?
ios objective-c uiview uikitWhen putting multiline label (with linebreak set to Word Wrap) into a stack view, the label immediately loses the linebreak …
ios uikit uilabel xcode7 uistackviewI'm writing an app that uses UITabBar for parts of the navigation. I'm also using UIScrollView for presenting more information …
iphone cocoa-touch uikit uiscrollview uitabbarI have a custom UIViewController whose UIView takes up a corner of the screen, but most of it is transparent …
ios cocoa-touch uikit uiresponderMy App’s background colour is black. Cause the whole view is below the status bar on iOS 7, the content …
ios cocoa-touch uikit ios7I need to scale down an image, but in a sharp way. In Photoshop for example there are the image …
ios image uikit core-graphics scalingI would like to have some kind of pulse animation (infinite loop "scale in - scale out") on a UIButton …
ios objective-c animation uikit