ios-good-practices icon indicating copy to clipboard operation
ios-good-practices copied to clipboard

Good ideas for iOS development, by Futurice developers.

Results 22 ios-good-practices issues
Sort by recently updated
recently updated
newest added

[HockeyApp](http://hockeyapp.net) HockeyApp is being retired Refer: https://devblogs.microsoft.com/appcenter/hockeyapp-is-being-retired/

Added MVP pattern under architectures.

There is a new date package by Dave Delong. Might want to look into it? Granted it is still quite early... https://davedelong.com/blog/2020/02/29/introducing-time/

In your guide, you have ``` ├─ Models ├─ Views ├─ Controllers (or ViewModels, if your architecture is MVVM) ├─ Stores ├─ Helpers ``` I find this gets hairy as...

enhancement

Is it time to include SwiftUI as options in the Project Setup area?

Add Chinese translation, maybe can influence more people.

enhancement
help wanted

It will be better if you provide an example with MVC and MVVM or other Patterns. Examples are more valuable to understand the context

Although it is not well known, URLCredential is a great way to store credentials. It works with URLSession, and also persists credentials on the user's keychain.