All Projects → ShenJieSuzhou → CoolFrame

ShenJieSuzhou / CoolFrame

Licence: other
iOS搭建高可用APP框架,实现快速开发 。

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to CoolFrame

Fuga-Framework
Web Framework for Java
Stars: ✭ 15 (-60.53%)
Mutual labels:  mvc-framework
simple-mvc
Simple push & pull MVC framework to realize a test-driven experience.
Stars: ✭ 24 (-36.84%)
Mutual labels:  mvc-framework
LongWeekend-iOS
🏖📱 LongWeekend is iOS Application that supports checking long weekends when taking a vacation in Japan
Stars: ✭ 19 (-50%)
Mutual labels:  ios-app
IconFont Demo
在iOS工程中使用iconfont技术节省图片开销
Stars: ✭ 21 (-44.74%)
Mutual labels:  ios-app
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+273.68%)
Mutual labels:  ios-app
xianyu
一个解锁闲鱼搜索框的Chrome插件!
Stars: ✭ 49 (+28.95%)
Mutual labels:  taobao
SmartMvc
深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
Stars: ✭ 66 (+73.68%)
Mutual labels:  mvc-framework
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-10.53%)
Mutual labels:  ios-app
chrome-batch-pid
淘宝客工具系列,chrome 插件,批量创建推广位
Stars: ✭ 29 (-23.68%)
Mutual labels:  taobao
puremvc-delphi-standard-framework
A Delphi implementation of PureMVC (http://puremvc.org/)
Stars: ✭ 44 (+15.79%)
Mutual labels:  mvc-framework
milpon
iPhone application for Remember the Milk.
Stars: ✭ 82 (+115.79%)
Mutual labels:  ios-app
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+89.47%)
Mutual labels:  mvc-framework
swifters
Browse Swift users on GitHub
Stars: ✭ 13 (-65.79%)
Mutual labels:  ios-app
custom radio grouped button
Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
Stars: ✭ 144 (+278.95%)
Mutual labels:  ios-app
openresty-project-v0.01
🌹 基于OpenResty编写一个MVC模式的WEB项目 V0.01
Stars: ✭ 40 (+5.26%)
Mutual labels:  mvc-framework
blog
用Node.js+Express和MongoDB搭建一个属于自己的博客
Stars: ✭ 46 (+21.05%)
Mutual labels:  mvc-framework
ScaryFlight
Just another yet FlappyBird-style game.
Stars: ✭ 24 (-36.84%)
Mutual labels:  ios-app
Odeon
No description or website provided.
Stars: ✭ 68 (+78.95%)
Mutual labels:  ios-app
auction-website
🏷️ An e-commerce marketplace template. An online auction and shopping website for buying and selling a wide variety of goods and services worldwide.
Stars: ✭ 44 (+15.79%)
Mutual labels:  mvc-framework
shopapp-shopify-ios
A Shopify provider for a ShopApp for iOS application
Stars: ✭ 49 (+28.95%)
Mutual labels:  ios-app

这里写图片描述

CoolFrame

iOS搭建高可用APP框架,实现快速开发

自己从事APP开发也有两年的时间了,基本上也是半路出家(之前写过一阶段C++服务器逻辑),幸亏网上的学习资源比较多,于是少走了许多的弯路。

我觉得我们做互联网的就应该致力于开源这种精神,既有利于帮助别人也方便提高自己的水平,于是我就想写一个开源的APP界面框架,而且还是轻量级的,方便快速二次开发上架。

CoolFrame 是基于MVC架构的iOS轻量级框架,其中用到了SDWebImage图片加载框架,AFNetworking框架,MJRefresh上下拉刷新框架,JSONKIT。其中界面布局用到了UItableview以及UIcollectionView,详细的的介绍如何使用它们生成用户体验度高的APP。目前已适配iOS11和iPhoneX 。如果你觉得很好,请给个 Star

预览

功能介绍

  1. 添加了APP启动图片,以及广告页面。
  2. 首页采用了类似淘宝APP风格的界面布局,采用的方式为自定义UITableView,通过读取json文件来加载布局。
  3. 我的页面风格使用的是UICollectionView方式。

安装步骤

注:强烈建议真机测试,模拟器会出现较多问题

  1. 下载项目。
  2. 找到并进入 Podfile 文件所在目录,在终端中输入 pod instal。

其它

感谢以下第三方库及平台

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].