All Projects → cx478815108 → JSONRenderKit

cx478815108 / JSONRenderKit

Licence: MIT license
🚗This is a funny project. It fetchs a JSON to generate iOS UI and use JavaScript to communicate with Objective-C .

Programming Languages

objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to JSONRenderKit

Cacao
Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
Stars: ✭ 205 (+355.56%)
Mutual labels:  uikit
Squaremosaiclayout
An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations 🔶
Stars: ✭ 243 (+440%)
Mutual labels:  uikit
Master3
Master3 – modern, comfortable and flexible template for Joomla! 3, based on the UIkit 3 framework
Stars: ✭ 21 (-53.33%)
Mutual labels:  uikit
Twittertexteditor
A standalone, flexible API that provides a full-featured rich text editor for iOS applications.
Stars: ✭ 2,638 (+5762.22%)
Mutual labels:  uikit
Accessibilitysnapshot
Easy regression testing for iOS accessibility
Stars: ✭ 236 (+424.44%)
Mutual labels:  uikit
Reactivelists
React-like API for UITableView & UICollectionView
Stars: ✭ 250 (+455.56%)
Mutual labels:  uikit
Dashboard
🛩 🧶 Dashboard template built with tailwindcss.
Stars: ✭ 202 (+348.89%)
Mutual labels:  uikit
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+228.89%)
Mutual labels:  uikit
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (+437.78%)
Mutual labels:  uikit
Squawk
Quick & interactive iOS alerts in Swift.
Stars: ✭ 254 (+464.44%)
Mutual labels:  uikit
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (+395.56%)
Mutual labels:  uikit
Numl
A UI Design Language, WC UI Library, and Runtime CSS Framework for rapidly building interfaces that follow your Design System 🌈
Stars: ✭ 229 (+408.89%)
Mutual labels:  uikit
Dwanimatedlabel
An UILabel subclass that lets you animate text with different types
Stars: ✭ 252 (+460%)
Mutual labels:  uikit
Swiftuiimageeffects
Swift port of Apple UIImage+UIImageEffecs category.
Stars: ✭ 213 (+373.33%)
Mutual labels:  uikit
swift-declarative-configuration
Declarative configuration for your objects
Stars: ✭ 46 (+2.22%)
Mutual labels:  uikit
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+360%)
Mutual labels:  uikit
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+446.67%)
Mutual labels:  uikit
AndroidUiKit
uikit widget common baseview Adapter faster develop
Stars: ✭ 48 (+6.67%)
Mutual labels:  uikit
trace-cocoa-sdk
Catch bugs before they reach production — get detailed crash reports and monitor how your app is performing across the entire install base.
Stars: ✭ 15 (-66.67%)
Mutual labels:  uikit
Sketchtoswift
📲 Generate Swift from Sketch
Stars: ✭ 251 (+457.78%)
Mutual labels:  uikit

JSONRenderKit


😡😡😡 Fuck Xcode9 ,Fuck Xcode9-Simulator,Fuck CocoaPod ,😡😡😡!!!

This library will not support for CocoaPod! CocoaPod just destroy the beauty of life! Fuckkkkkkkkkkkkkkkkkkkk

Why just see the fuck.png in the screenshot!!! Wht the fuck of Spider.h???

更简单,更方便地生成iOS 新界面 🚗 🚗 🚗

可以说是十分有趣的一个库了,下面简要说明

    有时候想要给app增加新功能,我都要大致经历这样几个步骤,编码->测试->打包->提交app store 审核,花费的时间很长,尤其是审核。你可能会说到这已经有现成的解决方案了,ReactNative 就是,并且可以热更新。是的,但是我不想因为简单的需求就引入整个React,增加了app 体积不说,门槛也相应提高了。   JSONRenderKit 核心就只几个.h.m 文件,团队其他人只要按照文档写出JSON 就可以为app 输出,战斗力一下子就上来啦😁。重要的是我可以用它给用户很多意想不到的彩蛋,算是能让人兴奋的了!   目前我已放进app -掌上理工大 (app store 可以搜索)里面使用啦。代码有详细注释你也可以修改源代码并扩展新组件后放进的你自己的项目,重要的是你也可以参考JavaScript 是怎样和OC 进行交互的。要是有兴趣,你也可以自己将他打造成为一个有用的工具。

快速开始

开始写一个JSON尝试一下吧!JSON文档在这里。


Objective-C

#import "SSBaseRenderController.h"
.
{
        ...
        SSBaseRenderController *obj = [[SSBaseRenderController alloc] init];
        obj.url = @"http://xxxxxxxxxx";
        [self.navigationController pushViewController:obj animated:YES];
}

Run

  1. 运行Core/JavaScript/Service.py 脚本
  2. 用Xcode打开这个project,并运行即可

py脚本推荐使用sublime打开,搜索sublime 的Python build,并配置好后 按下command + B 出现以下截图即正常!当然你用其他方法启动py脚本也可以。 启动的Python进程可以用活动监视器查找Python关闭。

安装

手动安装

下载这个DemoJSONRenderKit 里面的 Core 文件夹拖入Xcode. 暂时不支持CocoaPods安装

联系我

XiongChen -> [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].