摘要:
- (NSString *)minutesAgo { NSDateFormatter *fmt = [[NSDateFormatter alloc] init]; fmt.dateFormat = @"yyyy-MM-dd HH:mm:ss"; NSDate *createdDate = [fmt 阅读全文
2017年1月5日 #
摘要:
//设置UITextView的内边距 textView.contentInset = UIEdgeInsetsMake(0, 0, 20, 0); 阅读全文