References
| ARC | Automatic Reference Counting — memory management |
| IBAction | Interface Builder action method connected from UI |
| IBOutlet | Interface Builder outlet referencing a UI element |
| MVC | Model-View-Controller architecture pattern |
| MVVM | Model-View-ViewModel pattern (common with SwiftUI) |
| API | Application Programming Interface |
| SDK | Software Development Kit |
| Storyboard | Visual representation of app screens and segues |
| SwiftUI | Declarative UI framework introduced in iOS 13 |
| XIB | XML Interface Builder file for a single view |