Skip to content

NetrisTV/TiCustomPhotoAlbum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiCustomPhotoAlbum

Description

This iOS module extends the Ti SDK for saving images into custom photo album by @hank7444.

This moudle only have one method called addCustomAlbumAndSaveImage, can create

custom album(if the album does not exist) and save image.

Referencing the module in your Titanium Mobile application

Simply add the following lines to your tiapp.xml file:

<modules>
    <module version="0.2" platform="iphone">ti.customphotoalbum</module>
</modules>

and add this line in your app.js file:

require('ti.customphotoalbum');

Module methods

  • addCustomAlbumAndSaveImage(image, albumName)
    • params * image - image blob, * album - string albumName

Dependence

  1. AssetsLibrary.framework
  2. MobileCoreServices.framework

REFERENCE:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.3%
  • JavaScript 4.7%