01 2013 档案
摘要:http://blog.seymourdev.com/?p=754NSDateFormatter 支持的格式化字符串发表于 2012 年 7 月 22 日a: AM/PMA: 0~86399999 (Millisecond of Day)c/cc: 1~7 (Day of Week)ccc: Sun/Mon/Tue/Wed/Thu/Fri/Satcccc: Sunday/Monday/Tuesday/Wednesday/Thursday/Friday/Saturdayd: 1~31 (0 padded Day of Month...
阅读全文
摘要:http://blog.seymourdev.com/?p=712UITableViewCell调整宽度发表于 2012 年 7 月 1 日首先先说一下, 这个渣渣是不管用的:1- (CGRect)rectForRowAtIndexPath:(NSIndexPath *)indexPath;这个需要自己写一个UITableViewCell的子类然后把setFrame给override掉. 就像这样:1234567891011121314@interface LeftMarginTableViewCell : UITableViewCell@end@implementation LeftMarg
阅读全文