Created
May 24, 2015 05:10
-
-
Save sunnycyk/9f761049ce7d23d98c1b to your computer and use it in GitHub Desktop.
Layer Notes
This file contains 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
// ATLMIMETypeImageJPEGPreview, ATLMIMETypeTextPlain defined in Altas to present the MIME tpye for the medias | |
self.layerClient = [LYRClient clientWithAppID:YOUR_APP_ID]; | |
self.layerClient.autodownloadMIMETypes = [NSSet setWithObjects:ATLMIMETypeImageJPEGPreview, ATLMIMETypeTextPlain, nil]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment