iOS学习过程中一些代码合集。
- HttpGetAndPostDemon。iOS-使用NSURLConnection进行Http Get和Post请求网络数据
- XMLParser。iOS-XML文档解析(NSXMLParser)
- DelayPerformSelector。iOS-延迟操作方法总结
- CoreLocationTest。iOS-使用CoreLocation定位
- NSNotificationDemon。
- SingletonNormalDemon。
- SingletonAdvancedDemon。
- ThreadDemon。
- GCDDemon
- KVCAndKVODemon。iOS-KVC/KVO学习
- RuntimeDemon。
- RuntimeDemonSecond。
- URLSchemaDemon和AppToOpenURLScheme。iOS-使用URL Scheme实现app之间的通信
- AlertViewDemon。iOS-对话框的应用
- CircleImageView。iOS-圆形图像显示(UIImageView)
- AutoLayoutDemon。iOS-AutoLayout布局学习
- MasonryDemon。iOS-Masonry学习笔记
- UIScrollviewAndHideView。iOS-UIScrollview滑动时标题栏自动隐藏和显示效果
- AFNetWorkingDemon。iOS-AFNetWorking的应用
- GetDeviceIPAddress。iOS-获取当前设备ip地址
- SwiftDemon。