Skip to content
/ MIST Public
forked from Vizzle/MIST

A declarative framework for building dynamic UI on iOS.

License

Notifications You must be signed in to change notification settings

leeekyrie/MIST

 
 

Repository files navigation

MIST

MIST lets you create iOS app with nothing but JSON templates.

Build Status Version License Platform

Features

  • 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

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

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

License

MIST is available under the MIT license. See the LICENSE file for more info.

About

A declarative framework for building dynamic UI on iOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 52.3%
  • Objective-C++ 47.1%
  • Other 0.6%