Menu

Close
  • Home
  • iOS
  • MongoDB
Subscribe
Menu

iOS

A 46-post collection

← Newer Posts Page 8 of 10 Older Posts →

Renaming a ViewController L2.4.1

Renaming a view controller takes three steps 1.) Change the name of the file in the navigator 2.) In the class declaration in the view controller »

Taylor Masterson Taylor Masterson on iOS 21 June 2017

Creating IBActions and IBOutlets L2.2.2

Targets and Actions IBActions are used to connect UIElements to view controller code. In the case of a button it will link the pressing of the »

Taylor Masterson Taylor Masterson on iOS 21 June 2017

AutoLayout Basics L2.2.1

Constraints are what allow an element to be positioned in a certain place regardless of device or landscape/portrait mode You need a minimum of 2 »

Taylor Masterson Taylor Masterson on iOS 20 June 2017

ViewController and Multiple Views L2.1.1

Views A view (i.e. UIView subclass) represents a rectangular area. It defines a coordinate space for drawing and handling touch events. Hierarchical A view has »

Taylor Masterson Taylor Masterson on iOS 20 June 2017

Swift Overview - Enums and Structs

Enums Primarily used for a collection with a finite set of values enum PrimaryColor { case red case blue case yellow } Each case does not need to »

Taylor Masterson Taylor Masterson on iOS 01 June 2017
← Newer Posts Page 8 of 10 Older Posts →
Taylor Masterson © 2025
Proudly published with Ghost