摘要:
//是不是过了指定的天数- (BOOL) isAfterDays:(int) days { NSDate * sendDate = [NSDate date]; NSDateFormatter * dateFormatter = [[NSDateFormatter alloc] init... 阅读全文
摘要:
.m文件相关方法@interface DemoViewController () { UITextField * _activeField; //作为第一响应者的UITextField CGRect _originFrame; //scrollView的初始frame}... 阅读全文