|
You are here |
codeworkshop.net | ||
| | | | |
www.blog.montgomerie.net
|
|
| | | | | In which a semi-automated system for the versioning of iPhone applications is detailed. Said system ensures that the reader's apps are always correctly versioned, and his users' iTunes applications are never confused by an update of his beta builds. Versioning your iPhone applications properly ensures that your app updates go smoothly, and also that when you make a beta build testers never get into the frustrating state where iTunes refuses to accept it because of versioning conflicts, leaving them to have to delete the older version, and its settings and documents along with it. | |
| | | | |
zonneveld.dev
|
|
| | | | | When developing an app for iOS, you may want to use a custom font to... | |
| | | | |
benscheirman.com
|
|
| | | | | Almost every app you build with Xcode will need some sort of configuration. Whether it is API Keys for 3rd party SDKs, the URL of your API, feature toggles, or a logging level of verbosity, it's a good idea to keep this configuration separate from your code. | |
| | | | |
danielchasehooper.com
|
|
| | | Did you know you can change the code of a SwiftUI app while it's running? And that you can do it without using Xcode? The technique is called 'hot reloading' and I'll show you how to do it by making a Todo app | ||