OrlSan / ASViewControllerSwift

A Swift port for the examples/ASViewController project on the TextureGroup/Texture repository using Texture (formerly AsyncDisplayKit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASViewControllerSwift

This project is a port of the examples/ASViewController project, which can be found on the Texture Github repository.

Run

  1. Clone the repository on your computer

git clone git@github.com:OrlSan/ASViewControllerSwift.git

  1. Enter the repository folder and install the dependencies with Cocoapods.

cd ASViewController && pod install

  1. Open the project's .xcworkspace file:

open Sample.xcworkspace

  1. Run the application on the iOS simulator or in a device.

License

MIT. See the LICENSE file.

About

A Swift port for the examples/ASViewController project on the TextureGroup/Texture repository using Texture (formerly AsyncDisplayKit)

License:MIT License