Skip to content

Instantly share code, notes, and snippets.

@sunnycyk
Created May 24, 2015 05:10
Show Gist options
  • Save sunnycyk/9f761049ce7d23d98c1b to your computer and use it in GitHub Desktop.
Save sunnycyk/9f761049ce7d23d98c1b to your computer and use it in GitHub Desktop.
Layer Notes
// 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