
iOS.sdk.Data Management
文章平均质量分 80
晴-_-天
"Standing on Shoulders of Giants"
展开
-
iOS:NS中 索引Index、位置Range、集合set等辅助类
========================NSIndexPath========================原创 2014-07-11 14:15:22 · 4592 阅读 · 0 评论 -
iOS:日期 时间类操作 NSDate、calendar、formatter、components、locale、timeZone
--参考:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/DatesAndTimes/DatesAndTimes.html原创 2014-05-06 15:21:45 · 4681 阅读 · 0 评论 -
iOS:NSString 使用杂记
********************拆分Separated********************- (NSArray *)componentsSeparatedByString:(NSString *)separator; // 以string作为分割项- (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *原创 2014-08-07 09:13:37 · 2114 阅读 · 0 评论