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 am unable to add init method to the following UIViewController class. I need to write some code in the …
ios swift uiviewcontroller uikit designated-initializerI have an iOS app I created as a "view-based app" in xCode. I have only one viewController, but it …
ios uiviewcontroller uikit storyboardI'm making an app where I add a subview to a view using addSubview: on an IBAction. In the same …
ios cocoa-touch uiview uikitI'm struggling to find a good solution to this problem. In a view controller's -viewWillDisappear: method, I need to find …
ios iphone cocoa-touch uiviewcontroller uikitI've got a UIButton that, when selected, shouldn't change state when being touched. The default behaviour is for it to …
ios cocoa-touch uibutton uikit uicontrolIs there a GUI tool that inspects the view hierarchy of an iOS app? I'm thinking about Webkit's web inspector …
ios cocoa-touch uikitIn short: I want to have two fullscreen views, where I can switch between view A and view B. I …
iphone uikit uiviewcontroller uitabbarcontrollerWhile most apple documents are very well written, I think 'Event Handling Guide for iOS' is an exception. It's hard …
ios uiview uikitI'm looking to create my own custom Sort By Date and Sort By Number buttons that I plan on placing …
ios uikit uibarbuttonitem uibaritem