New posts in uiviewcontroller

modal View controllers - how to display and dismiss

How to check if a view controller is presented modally or pushed on a navigation stack?

Detecting sheet was dismissed on iOS 13

viewWillDisappear: Determine whether view controller is being popped or is showing a sub-view controller

Custom Animation for Pushing a UIViewController

Display clearColor UIViewController over UIViewController

Given a view, how do I get its viewController?

Animate change of view controllers without using navigation controller stack, subviews or modal controllers?

UIViewController viewDidLoad vs. viewWillAppear: What is the proper division of labor?

Fatal error: use of unimplemented initializer 'init(coder:)' for class

How do I create a custom iOS view class and instantiate multiple copies of it (in IB)?

Disable the interactive dismissal of presented view controller

Add a UIView above all, even the navigation bar

How to set Status Bar Style in Swift 3

Access Container View Controller from Parent iOS

Changing the Status Bar Color for specific ViewControllers using Swift in iOS8

iOS - Calling App Delegate method from ViewController

Prevent segue in prepareForSegue method?

Explaining difference between automaticallyAdjustsScrollViewInsets, extendedLayoutIncludesOpaqueBars, edgesForExtendedLayout in iOS7

Get to UIViewController from UIView?