Monday, January 27, 2014

Deep Linking and iOS Learning

-      Deep Linking: Use JLRoutes in order to help with deep linking as well as general routing within application. This links can be used within the application or externally in order to trigger actions such as AFNetworking calls, Segues, Push or Pop events with Navigation Controllers, etc..
o   Use Case: You can have a link in a marketing email that you can click from your phone in order to open the application with a story or feature to show the users.
o   Pod: pod 'JLRoutes', '~> 1.4'
o   Example URL: x-com-example-example://user/1000
-      3 Letter Prefix: Apple now recommends 3 letter prefixes. So use FIG instead of JF for file prefixes.
-      Status Bar Color Change:
o   Plist change: View controller-based status bar appearance (Boolean) NO

o   You need this in order to have code change anything at all.

No comments:

Post a Comment