Skip to content
Clement T edited this page Jul 7, 2015 · 2 revisions

To manually setup this control to your project, please follow the steps below:-

Add the picker and dependency repositories

# Add picker as submodule
$ git submodule add http://github.com/chiunam/CTAssetsPickerController
# Add PureLayout as submodule
$ git submodule add https://github.com/smileyborg/PureLayout 

Create resource bundle

$ cd CTAssetsPickerController
$ ./create_bundle.sh

It will create a resource bundle in CTAssetsPickerController/CTAssetsPickerController.bundle.

You will have to run this script to create a resource bundle every time you update this library.

Add the following files/folders into your project and targets:-

  1. CTAssetsPickerController/CTAssetsPickerController/* (except Resources folder)
  2. PureLayout/PureLayout/PureLayout/*

Add Photos.framework to your project.