Last active
November 5, 2018 04:42
-
-
Save sdpjswl/b44850f88c0b57022a0e47e9e07f3c96 to your computer and use it in GitHub Desktop.
A few useful links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set evenly spaced views using autolayout | |
http://stackoverflow.com/a/30249550 | |
// change app icon at runtime | |
https://www.raywenderlich.com/105641/change-app-icon-build-time | |
// handle local and server builds using targets | |
http://www.appcoda.com/using-xcode-targets/ | |
// hide back button text | |
http://stackoverflow.com/questions/23853617/uinavigationbar-hide-back-button-text | |
// code sign an umbrella framework | |
// an umbrella framework is one that embeds other frameworks inside it | |
https://keystrokecountdown.com/articles/signing/index.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment