Skip to content

Instantly share code, notes, and snippets.

@FromAtom
Last active December 20, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FromAtom/6120735 to your computer and use it in GitHub Desktop.
Save FromAtom/6120735 to your computer and use it in GitHub Desktop.
TitaniumでiOSのフォトライブラリにアルバムを作って画像を保存する方法 ref: http://qiita.com/FromAtom@github/items/ebb6247e621375e409ba
var image = "test.png";
var costomPhotoAlbum = require('ti.customphotoalbum');
costomPhotoAlbum.addCustomAlbumAndSaveImage(image, "ALBUM_NAME");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment