摘要:
IOS触摸事件和手势识别目录概述触摸事件手势识别概述为了实现一些新的需求,我们常常需要给IOS添加触摸事件和手势识别触摸事件触摸事件的四种方法-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 开始触摸所触发的方法-(vo... 阅读全文
摘要:
IOS格式规范目录概述日期格式NSDateFormatter格式说明概述日期格式声明时间格式:NSDateFormatter *date_formatter = [[NSDateFormatter alloc] init];设置时间格式:[date_formatter setDateFormat:@... 阅读全文