https://github.com/uptechteam/ios-cookbook
Recipes for building the greatest products
https://github.com/uptechteam/ios-cookbook
Last synced: 9 months ago
JSON representation
Recipes for building the greatest products
- Host: GitHub
- URL: https://github.com/uptechteam/ios-cookbook
- Owner: uptechteam
- Created: 2018-03-16T14:38:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T13:28:11.000Z (over 1 year ago)
- Last Synced: 2025-04-19T13:46:44.100Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.45 MB
- Stars: 70
- Watchers: 14
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uptech iOS Cookbook
[](https://stand-with-ukraine.pp.ua)
We're international mobile and web development company that helps develop ideas from napkin sketches to full-fledged products. Combining our creativity, domain expertise, and product development approach, we deliver products that matter to users and businesses.
This Cookbook compiles best practices and proven recipes for building exceptional products based on the collective experience of our iOS team.
### Table of Contents
- [Git flow](https://github.com/uptechteam/ios-cookbook/blob/master/1-git-flow.md)
- [Code Signing](https://github.com/uptechteam/ios-cookbook/blob/master/2-code-signing.md)
- [CI/CD](https://github.com/uptechteam/ios-cookbook/blob/master/3-ci.md)
- [Architectural Principles](https://github.com/uptechteam/ios-cookbook/blob/master/4-architecture.md)
- [Redux](https://github.com/uptechteam/ios-cookbook/blob/master/4-1-redux.md)
- [Tests](https://github.com/uptechteam/ios-cookbook/blob/master/5-tests.md)
- [How to make Estimations](https://github.com/uptechteam/ios-cookbook/blob/master/6-estimates.md)
- [Code Style](https://github.com/uptechteam/ios-cookbook/blob/master/7-code-style.md)
- [UIKit In Code](https://github.com/uptechteam/ios-cookbook/blob/master/7-1-ui-in-code.md)
- [SwiftUI](https://github.com/uptechteam/ios-cookbook/blob/master/7-2-swiftui.md)
- [UI Tests](https://github.com/uptechteam/ios-cookbook/blob/master/8-ui-tests.md)
- [Security](https://github.com/uptechteam/ios-cookbook/blob/master/9-security.md)
- [Debugging](https://github.com/uptechteam/ios-cookbook/blob/master/10-debugging.md)