ios-starter icon indicating copy to clipboard operation
ios-starter copied to clipboard

Cookiecutter and XcodeGen template for our iOS apps.

Results 7 ios-starter issues
Sort by recently updated
recently updated
newest added

Currently, we use LicensePlist to automatically generate licenses. However, we only consider dependencies inside the Xcode project and dependencies from each Swift Package are ignored. This is a problem, especially...

The initialization of the MainCoordinator leads to a crash, because of force unwrapping the optional tabBarController parameter from the init function, which is nil in the default case. This [PR](https://github.com/allaboutapps/Toolbox/pull/35)...

Improve example by using an approach similar to https://www.swiftbysundell.com/articles/handling-loading-states-in-swiftui/

Add style definitions, e.g. for labels (headline1, ...) with extensions for UILabels etc. Examples: https://git.allaboutapps.at/projects/HAG/repos/serviceapp-ios/browse/Inventory/Code/Utilities/Style.swift https://git.allaboutapps.at/projects/HAG/repos/serviceapp-ios/browse/Inventory/Code/Appearance.swift