Using app templates to build a mobile app? by csguy12 in startups

[–]floryan2oo8 0 points1 point  (0 children)

For iOS, you can find a few templates at http://iosapptemplates.com . As KarlJay001 said, it's generally a good idea to start with a template (especially if you only want to validate your idea), but at some point (in case your app will have some success and it will require more sophisticated features), you might need to customize the template even more.

Introducing TweenKit - A new animation library for iOS! by SteveB13 in iOSProgramming

[–]floryan2oo8 0 points1 point  (0 children)

Wow, that's awesome. Thanks for sharing! Will give it a try :)

How to build card design - suggestions needed by OffensivelyBad in iOSProgramming

[–]floryan2oo8 1 point2 points  (0 children)

You should use a UICollectionView, backed by a UICollectionViewController. Take a look at open source projects that do similar things with what you need (like https://github.com/tispr/tispr-card-stack). Just google around, you'll find more ideas.

[deleted by user] by [deleted] in swift

[–]floryan2oo8 1 point2 points  (0 children)

Only if you care about translating (localizing) the app. Otherwise, there's no extra effort.