Pinned Repositories
ByValue_Demo
iOS中六种常用的传值方法。包括(正向传值:属性传值和KVC传值,iOS中常用的还是前者。反向传值:代理(delegate)传值、block传值、单例(Singleton)传值、通知(Notification)传值和UsersDefault传值)
CATransition_Demo
iOS中比较全的翻转过渡动画(不只是苹果提供的)。包括(翻页效果、水滴效果、收缩效果、立方体效果、相机镜头打开和关闭效果等等。
CodeCoverage
关于iOS的代码覆盖率
ColorTool
一个简单的颜色转换工具,【16进制颜色<==> RGB颜色】,以及一些颜色的展示。
Data_null_test
一个验证json对象为null的小demo
FileEncryption_Demo
图片、PDF等文件加密
GH_SearchView
简易封装的一个搜索框
SortDragListView
一个小型的自定义排序列表(拖拽、置顶、多选)
SortDragTableView
一个自定义的置顶、拖拽、多选tableView。观察了一些demo,基本上都是基于系统的tableViewCell实现tableView的编辑,但很多情况下这种效果并不能满足需求。那么使用自定义的cell就成了必然
TimeLine
this is demo about timeline ,it`s just a simple codes implement.But,I think it is important to achieve functional ideas.
guohuaCabin's Repositories
guohuaCabin/TimeLine
this is demo about timeline ,it`s just a simple codes implement.But,I think it is important to achieve functional ideas.
guohuaCabin/SortDragTableView
一个自定义的置顶、拖拽、多选tableView。观察了一些demo,基本上都是基于系统的tableViewCell实现tableView的编辑,但很多情况下这种效果并不能满足需求。那么使用自定义的cell就成了必然
guohuaCabin/FileEncryption_Demo
图片、PDF等文件加密
guohuaCabin/GH_SearchView
简易封装的一个搜索框
guohuaCabin/SortDragListView
一个小型的自定义排序列表(拖拽、置顶、多选)
guohuaCabin/ColorTool
一个简单的颜色转换工具,【16进制颜色<==> RGB颜色】,以及一些颜色的展示。
guohuaCabin/CodeCoverage
关于iOS的代码覆盖率
guohuaCabin/Data_null_test
一个验证json对象为null的小demo
guohuaCabin/GradientCircleSpeedMeter
设计的一个渐变色的半圆速度盘,使用UIBezierPath、CAShapelayer做半圆的绘制,CAGradientLayer设置渐变色图层,
guohuaCabin/ProjectCommonFramework_OC
旨在打造一个Objective-C项目的通用框架,把冗余的代码近可能的归类,封装。争取做到傻瓜式的调用,以方便快速的创建项目整体框架。
guohuaCabin/AESCipher-iOS
AES encryption working between Objective-C and Java.
guohuaCabin/byappledoc
guohuaCabin/guohuablog.github.io
myBlog
guohuaCabin/HVScrollView
这不是框架,只是3个示例程序,给大家提供一个实现这种布局的思路
guohuaCabin/KnowledgePointSummary_OC
Objective-C知识点总结,希望把之后开发中遇到的问题做个总结。
guohuaCabin/LifeCycleDemo
UIViewController的生命周期
guohuaCabin/SDWebImage
Asynchronous image downloader with cache support as a UIImageView category
guohuaCabin/Swift-UI
关于Swift练习
guohuaCabin/Algorithm
leetcode algorithm summary
guohuaCabin/Base64-DES
在Base64的基础上再次使用DES加密。该demo主要为了说明Java和OC中DES加解密中的一些问题。文章链接:http://www.cnblogs.com/LQCQ-Silent/p/5926584.html
guohuaCabin/Circle-chart
这是一个圆形图,也叫饼图。使用到 iOS中的CAShapeLayer、UIBezierPath(贝塞尔曲线)、CADisplayLink(定时器)类
guohuaCabin/CircleSelectTools
guohuaCabin/CodeSnippets-Xcode
guohuaCabin/GradientLayer_Demo
This is LoginViewController about GradientLayer,i think it`s beautiful. You can use it in your project
guohuaCabin/guohuaCabin
guohuaCabin/matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
guohuaCabin/MTHawkeye
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
guohuaCabin/objc4-818.2-runtime
guohuaCabin/RuntimeDemo
guohuaCabin/ThreadDemo