UIViewController

  • Techniques in Loading View Controllers and Passing Values Between Them – Part 1

    Most iOS apps that show multiple content, also contain multiple view controllers. If your app is not based on a navigation controller or a tab bar controller, but it’s a single view based application, then loading and presenting the various view controllers to the user it’s a task that has to be done manually. Generally speaking,…