Last active
December 20, 2015 11:09
-
-
Save FromAtom/6120735 to your computer and use it in GitHub Desktop.
TitaniumでiOSのフォトライブラリにアルバムを作って画像を保存する方法 ref: http://qiita.com/FromAtom@github/items/ebb6247e621375e409ba
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
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