Vizzle
1.0.0
Vizzle is an iOS MVC framework inspired by Ruby on Rails and Three20.
Vizzle has been heavily used to implement O2O features in Alipay Wallet since 2016. It has been battle tested and proved stable for more than two years with millions of users visit per day.
Vizzle is distributed using Cocoapods
pod 'Vizzle'
To add Vizzle to your project, you can choose to use the umbrella header in .pch
file
//Precompile.pch
#import <Vizzle/Vizzle.h>
All source code is licensed under the MIT License.