
IOS
wengyupeng
在等待中爆发
展开
-
ios 时间戳 NSString转NSDate转long
ios 时间戳 NSString转NSDate转long原创 2016-11-27 16:48:23 · 2471 阅读 · 0 评论 -
IOS int 转nsdata (把1 变为 0 0 0 1)
IOS int 转nsdata (把1 变为 0 0 0 1)原创 2017-02-10 22:33:43 · 2213 阅读 · 1 评论 -
ios tableView选中一个cell 的checkbox 每隔8个cell的checkbox 都会被选中
ios tableView选中一个cell 的checkbox 每隔8个cell的checkbox 都会被选中原创 2017-01-06 00:46:16 · 874 阅读 · 0 评论 -
iPhone 手机存储空间没有了
iPhone 手机存储空间奇怪的没有了原创 2017-01-06 00:21:00 · 2564 阅读 · 0 评论 -
itunes备份iphone到电脑哪里了
itunes备份iphone到电脑哪里了原创 2017-01-05 23:55:48 · 4548 阅读 · 0 评论 -
Sqlite 时间比较
Sqlite 时间比较原创 2016-11-27 17:13:49 · 18143 阅读 · 0 评论 -
ios 时间戳 加减
ios 获得半小时前的时间戳+ (NSString *)getPastHafHourTime{ NSDate *currentDate = [NSDatedate];//获取当前时间,日期 NSDate *pastHalfHour = [currentDatedateByAddingTimeInterval:-1800]; /原创 2016-11-27 16:59:01 · 5646 阅读 · 0 评论 -
IOS NSData/NSArray数组存储为SQLite blob
IOS NSData/NSArray数组存储为SQLite blob原创 2016-10-30 21:45:38 · 3651 阅读 · 0 评论 -
ios sqlite 数据库文件的位置
ios sqlite 数据库文件的位置原创 2016-10-30 17:51:00 · 4526 阅读 · 1 评论 -
index 0 beyond bounds for empty array
index 0 beyond bounds for empty array原创 2016-10-16 15:48:09 · 6155 阅读 · 0 评论 -
IOS FMDB executeUpdate 删除字段是数字类型的不起作用
IOS FMDB executeUpdate 删除字段是数字类型的不起作用原创 2017-03-05 11:34:11 · 1838 阅读 · 1 评论 -
IOS TableView头部Cell显示不全
IOS TableView头部Cell显示不全原创 2017-03-05 12:15:39 · 1204 阅读 · 0 评论 -
ios FMDB WHERE IN array
ios FMDB WHERE IN原创 2017-03-04 11:53:07 · 981 阅读 · 0 评论 -
IOS button 文字 重影
IOS button 文字 重影原创 2017-09-03 20:04:03 · 991 阅读 · 1 评论 -
ios 图片缩放 失真
ios 图片缩放 失真原创 2017-08-19 19:24:26 · 1238 阅读 · 0 评论 -
GCDAsyncSocket 接收不到数据
GCDAsyncSocket 接收不到数据原创 2017-07-27 01:17:23 · 3846 阅读 · 0 评论 -
An Objective-C message was sent to a deallocated '__NSArrayI' object (zombie) at address: 0x7f816bc
An Objective-C message was sent to a deallocated '__NSArrayI' object (zombie) at address: 0x7f816bc原创 2017-07-27 01:00:42 · 451 阅读 · 0 评论 -
AsyncSocket EXC_BAD_ACCESS unrecognized selector sent to instance:0x6000001908e0
AsyncSocket EXC_BAD_ACCESS unrecognized selector sent to instance:0x6000001908e0原创 2017-07-25 13:19:13 · 388 阅读 · 0 评论 -
IOS 页面上面出现白色空白
IOS 页面上面出现白色空白原创 2017-03-05 21:09:43 · 3666 阅读 · 0 评论 -
IOS 页面返回后 不刷新
IOS 页面返回后 不刷新原创 2017-03-05 20:45:12 · 2848 阅读 · 0 评论 -
IOS 根据对象属性值过滤数组中的元素 Filter NSMutableArray with object property
IOS 根据对象属性值过滤数组中的元素 Filter NSMutableArray with object property原创 2017-03-05 18:27:41 · 3808 阅读 · 0 评论 -
ios 真机测试 上下黑边 没有全屏
ios 真机测试 上下黑边 没有全屏原创 2016-09-01 08:16:49 · 2162 阅读 · 0 评论 -
ios Byte *bt 输出 输出指针对应的内容
ios Byte *bt 输出 输出指针对应的内容原创 2016-07-27 17:59:52 · 4710 阅读 · 0 评论 -
IOS 方法返回Byte*
IOS 方法返回Byte*原创 2015-03-07 23:25:09 · 6364 阅读 · 0 评论 -
IOS nested push animation can result in corrupted navigation bar . Unbalanced calls to begin/end
IOS nested push animation can result in corrupted navigation bar原创 2015-04-19 22:56:51 · 639 阅读 · 0 评论 -
IOS 自定义cell 分割线不完整
IOS 自定义cell 分割线不完整原创 2015-04-19 22:47:22 · 9540 阅读 · 0 评论 -
IOS 全局常量
IOS 全局常量原创 2015-04-06 15:12:26 · 5054 阅读 · 0 评论 -
IOS [NSNull objectForKey:]: unrecognized selector sent to [NSNull null]
[NSNull objectForKey:]: unrecognized selector sent to [NSNull null]原创 2015-04-18 20:31:06 · 5974 阅读 · 0 评论 -
Ios NSString 转 NSNumber
Ios NSString 转 NSNumber NSNumber转 NSString原创 2015-03-08 00:22:49 · 18627 阅读 · 0 评论 -
iOS implicit conversion loses integer precision 'unsigned long' to int
implicit conversion loses integer precision 'unsigned long' to int原创 2015-03-07 20:20:38 · 9997 阅读 · 0 评论 -
IOS Int 转NSNumber NSString转int
IOS Int 转NSNumber NSString转int原创 2015-03-07 15:53:57 · 35552 阅读 · 0 评论 -
uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of ro
uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of ro原创 2015-03-15 13:38:30 · 6412 阅读 · 0 评论 -
Incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *'
NSArray转NSMutableArray NSMutableArray转NSArray原创 2015-03-15 13:16:16 · 12324 阅读 · 0 评论 -
Implicit declaration of function 'NSFileTypeForHFSTypeCode' is invalid in C99
Implicit declaration of function 'NSFileTypeForHFSTypeCode' is invalid in C99原创 2015-09-26 15:24:06 · 2700 阅读 · 1 评论 -
"_stringprep", referenced from:+[LibIDN prepNode:] in LibIDN.o
"_stringprep", referenced from:+[LibIDN prepNode:] in LibIDN.o原创 2015-09-27 11:03:55 · 1684 阅读 · 0 评论 -
diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory
diff: /../Podfile.lock: No such file or directory原创 2016-04-04 20:05:05 · 3424 阅读 · 1 评论 -
ios 字符串拼接 字符串拼装 NSString连接
ios 字符串拼接 字符串拼装 NSString连接原创 2015-03-30 23:09:47 · 4705 阅读 · 0 评论 -
a build only device cannot be used to run this targe
a build only device cannot be used to run this targe原创 2016-07-03 15:55:13 · 7817 阅读 · 0 评论 -
ios memset EXC_BAD_ACCESS
ios memset EXC_BAD_ACCESS原创 2016-07-25 00:21:33 · 1268 阅读 · 0 评论 -
ios object-c 中调用c函数
ios object-c 中调用c函数原创 2016-07-25 00:09:59 · 5309 阅读 · 0 评论