2016年10月31日
摘要: - (UIView *)getKeyboardView { UIView *keyboardView = nil; NSArray *windows = [[UIApplication sharedApplication] windows]; for (UIWindow *window in [wi 阅读全文
posted @ 2016-10-31 10:38 WW稳 阅读(127) 评论(0) 推荐(0) 编辑
  2016年10月26日
摘要: http://blog.csdn.net/l648320605/article/details/42263019 阅读全文
posted @ 2016-10-26 09:54 WW稳 阅读(88) 评论(0) 推荐(0) 编辑
  2016年6月8日
摘要: UILabel *lab = [[UILabel alloc]initWithFrame:CGRectMake(100, 100, 100, 100)];// lab.layer.borderColor = [UIColor blueColor].CGColor;// lab.layer.borde 阅读全文
posted @ 2016-06-08 11:05 WW稳 阅读(89) 评论(0) 推荐(0) 编辑
  2016年4月27日
摘要: http://www.cnblogs.com/xiaohuochai/p/5433698.html 阅读全文
posted @ 2016-04-27 10:10 WW稳 阅读(101) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/gfxxbk/p/5432513.html 阅读全文
posted @ 2016-04-27 10:08 WW稳 阅读(123) 评论(0) 推荐(0) 编辑
  2016年4月26日
摘要: http://www.jianshu.com/p/374c40f851f4 阅读全文
posted @ 2016-04-26 14:10 WW稳 阅读(154) 评论(0) 推荐(0) 编辑
  2016年4月21日
摘要: - (void)setColumnSpace:(CGFloat)columnSpace{ NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithAttributedString 阅读全文
posted @ 2016-04-21 16:21 WW稳 阅读(172) 评论(0) 推荐(0) 编辑