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

A `cookiecutter` template for iOS projects

Results 44 ios-template issues
Sort by recently updated
recently updated
newest added

Including too many dynamic frameworks can dramatically increase launch times: * https://developer.apple.com/videos/play/wwdc2016/406/ * https://blog.automatic.com/how-we-cut-our-ios-apps-launch-time-in-half-with-this-one-cool-trick-7aca2011e2ea We used CocoaPods with static linking on a recent project, overall was pretty happy with it.

The [Actionable pod](https://github.com/Raizlabs/Actionable) is up on trunk. This PR integrates it. - `Actionable.swifttemplate` has been improved to handle things like varied access control and nested Actionable types - Now that...

I was initially confused by this repo. It's obvious what this repo does now that someone explained to me that it generates projects, but I think it would be helpful...

@KingOfBrian , @jwatson Template looks great but it would be good to cover more functionality with examples: 1) Ability to include parameter in URL like 'api/post/[id]' for certain API methods...

A few things here: - Simplifies Coordinator down to `class Coordinator: NSObject {}` - Moves presentation style to be determined by parents - Adopts a pattern to `attach` to children...

This is not an official change - it's just the opinion of @ZevEisenberg, @heyltsjay, @KingOfBrian, @nbonatsakis. Here's the version of Coordinator.swift from my latest project, but even this may be...

PMs and QA often need to test things on the production server, and the way the project is currently set up, they can only do that on TestFlight builds. They...

I want to create same type of template for us. can you share any doc which i can follow for same?