This project is a port of the examples/ASViewController
project, which can be found on
the Texture Github repository.
- Clone the repository on your computer
git clone git@github.com:OrlSan/ASViewControllerSwift.git
- Enter the repository folder and install the dependencies with Cocoapods.
cd ASViewController && pod install
- Open the project's
.xcworkspace
file:
open Sample.xcworkspace
- Run the application on the iOS simulator or in a device.
MIT. See the LICENSE file.