The UIViewController class manages the views in iOS apps and mediates the interaction between an app's views, its underlying model objects, and the overall workflow.
I am trying to create a push notification which determines which view to open according to information obtained from the …
ios swift uiviewcontroller appdelegateI have a UIViewController view as a subview/modal on top of another UIViewController view, such as that the subview/…
iphone objective-c ios uiviewcontroller storyboardI decided to continue my remaining project with Swift. When I add the custom class (subclass of UIViewcontroller) to my …
ios macos uiviewcontroller swiftI 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 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 uikitIn my case parent UIViewController contains UIPageViewController which contains UINavigationController which contains UIViewController. I need to add a swipe gesture …
ios uiviewcontroller uigesturerecognizer uipageviewcontrollerLet's say, I have an instance of a view controller class called VC2. In VC2, there is a "cancel" button …
ios uiviewcontrollerNavigationControllers have ViewController stacks to manage, and limited animation transitions. Adding a view controller as a sub-view to an existing …
iphone ios ipad uiviewcontroller uianimationIn short: I want to have two fullscreen views, where I can switch between view A and view B. I …
iphone uikit uiviewcontroller uitabbarcontroller