Note 2 Self
Note 2 self: when setting up a UIViewController class. Make sure you create it as such and not a regular Class file:-) Otherwise you get errors like UiSettingsController may not respond to pushViewController. Newbie mistake…
Note 2 self: when setting up a UIViewController class. Make sure you create it as such and not a regular Class file:-) Otherwise you get errors like UiSettingsController may not respond to pushViewController. Newbie mistake…