-
Notifications
You must be signed in to change notification settings - Fork 550
Manual Setup (v3)
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:-
- CTAssetsPickerController/CTAssetsPickerController/* (except Resources folder)
- PureLayout/PureLayout/PureLayout/*
-
Add
Photos.framework
to your project.