![240](https://cdn2.jianshu.io/assets/default_avatar/1-04bbeead395d74921af6a4e8214b4f61.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广东
一、判断设备 01 //设备名称 02 return [UIDevice currentDevice].name; 03 04 //设备型号,只可得到是何设备,无法得到是第几...
-(void)GetUpdate { NSDictionary *infoDict = [[NSBundle mainBundle] infoDictionary]; ...
这些是在CGGeometry.h里的 CGPoint、CGSize、CGRect、CGRectEdge实际上都是结构体 struct CGPoint { CGFloat x;...
当你需要存储或者获取一个资源地址时用URI好还是URL好?首先要明确一下三个名称的意义 URI、URL和URN URI:Uniform Resource Identifier...
用这个方法之后上滑第一个section的header会消失,是什么原因呢?
解决UITableView的HeaderView和FooterView滑动固定问题一、解决HeaderView滑动固定问题 二、解决FooterView滑动固定问题 三、同时存在
1. OC的Foundation框架提供了很多对象类型,比如NSArray,NSDictionary,NSDate,NSNumber等等,还包括一些基础数据类型(int,fl...