Tagged

#ios

6 posts

  1. iOS View Controller Variable Initialization

    Inside of a view controller, how do I initialize one variable to the value of another?

    #ios#ui
  2. iOS UI Popover Controller

    What is a UIPopoverController and when should you use it?

    #ios#ui
  3. iOS Nav Controllers

    When a navigation controller is used to transition the user to a different view where they need to make a selection, how can this selection data be transferred back to the main view?

    #ios#ui
  4. iOS Data Storage

    What is the preferred way to store static data when building an iOS application?

    #ios
  5. The Modern Switch Statement

    Why do most languages still require breaks in a switch statement? Is Swift the beginning of the end for these break statements?

    #ios
  6. What's the best way to create a UI in iOS?

    There are at least three completely different ways to create a UI for an iOS app.

    #ios#ui