Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Last active November 5, 2018 04:42
Show Gist options
  • Save sdpjswl/b44850f88c0b57022a0e47e9e07f3c96 to your computer and use it in GitHub Desktop.
Save sdpjswl/b44850f88c0b57022a0e47e9e07f3c96 to your computer and use it in GitHub Desktop.
A few useful links
// 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