MIST lets you create iOS apps with nothing but JSON templates.
- Declaretive UI Component using CSS properties and advacned Flexbox layout algorithm
- Native template syntax parser for handling complex rendering logic
- Built-in support of asynchronous rendering feature for smooth tableview
- VSCode extension for code completion and highlight
To run the example project, clone the repo, and run pod install
from the Example directory first.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.
Podfile
target YourAwesomeTarget do
pod 'MIST'
end
MIST is available under the MIT license. See the LICENSE file for more info.