摘要: NSString *title = [NSString stringWithFormat:@"<p><font color=\"black\" size=\"4\"><strong>%@</strong></font> </p>",_webTitle]; //设置webView 标题打大小和颜色 以 阅读全文
posted @ 2017-04-10 14:02 我叫小小虎 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 1 时间戳转换 - (NSString *)updateTimeForRow:(NSString *)createTimeString { // 获取当前时时间戳 1466386762.345715 十位整数 6位小数 NSTimeInterval currentTime = [[NSDate da 阅读全文
posted @ 2017-04-10 11:49 我叫小小虎 阅读(478) 评论(0) 推荐(0) 编辑
摘要: UITapGestureRecognizer – “轻击”手势。可以配置为“单击”和“连击”的识别。 UIPinchGestureRecognizer –“捏合”手势。该手势通常用于缩放视图或改变可视组件的大小。 UIPanGestureRecognizer – “平移”手势。识别拖拽或移动动作。 阅读全文
posted @ 2017-04-10 11:39 我叫小小虎 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1 ,按钮上面添加标题和图片 UIButton *addButton = [UIButton buttonWithType:UIButtonTypeCustom]; addButton.frame = CGRectMake(10, 0, 80, 40); [addButton setImage:[U 阅读全文
posted @ 2017-04-10 11:30 我叫小小虎 阅读(1004) 评论(0) 推荐(0) 编辑