Pinned Repositories
angular
angular-Learning
AutoLayoutAnimationgit
核心动画CoreAnimation - 学习
CCProgressHUD
通用弹出框swift版
CCRunTimeCollect
运行时机制学习总结,包括利用1.Invar便利属性;2.利用class_getInstanceMethod获取某个具体的实例方法 以及method_exchangeImplementations:交换两个方法的实现 来完成对数组空对象和数组越界问题的处理。3.注意:工程中runtime.h头文件是总结概要;两个数组的分类可以直接用,具体参考代码;UIImage的那个分类可以忽略。
collectionViewAutolayoutgit
EZSystemImagePickerManager
一个系统的拍照相册Manager
EZTableViewCellNestCollectionView
tableViewCell嵌套collectionView的高度自适应研究
MVPArchitectureDemo
一个基于协议的MVP架构 和 一个基于KVO实现数据双向绑定的MVVM 的 示例Demo
News
重拾Swift系列(新闻类App)
TableViewProtocolCell-Category
针对一个TableView的多种类型cell的这种常见需求,此demo提供一种新的思路:外部(Controller)不需要知道具体cell种类,只需要调用一个方法配置即可;另外,针对view和model的耦合,采用分类(Category)来解耦.
melo30's Repositories
melo30/MVPArchitectureDemo
一个基于协议的MVP架构 和 一个基于KVO实现数据双向绑定的MVVM 的 示例Demo
melo30/CCRunTimeCollect
运行时机制学习总结,包括利用1.Invar便利属性;2.利用class_getInstanceMethod获取某个具体的实例方法 以及method_exchangeImplementations:交换两个方法的实现 来完成对数组空对象和数组越界问题的处理。3.注意:工程中runtime.h头文件是总结概要;两个数组的分类可以直接用,具体参考代码;UIImage的那个分类可以忽略。
melo30/EZTableViewCellNestCollectionView
tableViewCell嵌套collectionView的高度自适应研究
melo30/News
重拾Swift系列(新闻类App)
melo30/TableViewProtocolCell-Category
针对一个TableView的多种类型cell的这种常见需求,此demo提供一种新的思路:外部(Controller)不需要知道具体cell种类,只需要调用一个方法配置即可;另外,针对view和model的耦合,采用分类(Category)来解耦.
melo30/angular
angular-Learning
melo30/CCProgressHUD
通用弹出框swift版
melo30/CoreGraphics
贝塞尔曲线底层实现CoreGraphics
melo30/EZSystemImagePickerManager
一个系统的拍照相册Manager
melo30/EZBundleHelp
获取动态库、私有库中的bundle(包括图片、xib),用于组件库中
melo30/EZPageView
一个简单的分页控件
melo30/EZPopAlertController
...
melo30/EZShareManager
ShareSDK第三方分享和第三方登录管理库
melo30/EZWechatManager
集成微信平台分享、登录、支付
melo30/GCD-
iOS 多线程中 GCD 的相关知识以及使用方法汇总 .
melo30/geekTime
Swift从入门到放弃系列 - 仿极客时间App
melo30/JsonModelTransform
字典转模型 以及 模型转字典的简单实现原理
melo30/JSPatch
JSPatch初体验,JSPatchPlatform 官方平台上面用的是一个没上线的测试demo,所以项目中用了一个main.js文件来当做补丁,上线之后可以在平台后台配置补丁.
melo30/LCFastBuildListKit
melo30/navigationAndImage_gradient
滚动视图导航栏图片渐变....
melo30/NetworkLayer_architecture
网络层架构设计,这里是学习YTKNetwork的源码和封装**,为后面自己封装网络层架构做准备...
melo30/QSBK_uni_app
uni-app (仿糗事百科)
melo30/SwiftUI
SwiftUI
melo30/SwiftUI-Tutorials
SwiftUI苹果官方教程
melo30/UIBezierPath
贝塞尔曲线总结
melo30/UIPopoverPresentationController
在iOS8之前如果想要在iphone上实现popover的效果需要自定义view,在iOS8中提供了UIPopoverPresentationController, 很方便的定制这种类型的View,了解一下
melo30/UITableView-FDTemplateLayoutcell
重写UITableView-FDTemplateLayoutcell的Demo
melo30/UniMPSDK
uni小程序SDK
melo30/WNJChannelEditController
智慧怒江项目频道编辑器
melo30/YYModel
High performance model framework for iOS/OSX.