Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pixel

Pixel brings new classes, protocols and extensions to UIKit and Texture to boost your productivity.

🎲 Playground

Jump to the included Playground to get a quick hint of what this framework can do !

  1. Clone this repository.
  2. Install pods with $ pod install
  3. Open Pixel.xcworkspace
  4. Build Pixel-iOS scheme with an iOS Simulator
  5. Open Playground.playground
  6. Run Playground !

🛠 Installation

CocoaPods

If you are using CocoaPods as a dependency manager, add this one line to your Podfile:

pod 'Pixel'

And update your pods with this command:

$ pod install

Manually

To add Pixel to your project manually, download the source code and place it in your project directory.

👋 Contributing

  1. Fork this repository.
  2. Create a feature branch (git checkout -b feature/myFeature)
  3. Commit the changes (git commit -am 'Add my new feature')
  4. Push to the branch (git push origin feature/myFeature)
  5. Create a new Pull Request

✍️ Authors

Pixel was created and is still maintained by José Donor.

👏 Greetings

Pixel was made possible thanks to :

📃 License

Pixel is released under an Apache 2.0 license. See License for more information.

About

A collection of classes, protocols and extensions that enrich UIKit & Texture (AsyncDisplaykit)

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.