Overview
iOS Base Template is a boilerplate project created by Rootstrap for new projects using Swift 5. It aims to help new projects jump-start into feature development by providing a set of functionalities.
Features
- Extensible and decoupled integration with an API Client for easy communication with REST services.
- Examples of app architecture, including account creation, login, and logout functionality.
- Useful classes for managing user and session data.
- Secure storage and management of secret keys for third-party integrations.
- Centralized and intuitive navigation system for smooth transitioning between view controllers.
- Convenient helpers and extensions to enhance productivity and coding experience.