2015年12月16日

iOS 之 UITextView

摘要: _lableAssess = [[UITextView alloc] init]; [_lableAssess setFrame:CGRectMake(left2, top2, width2, size.height)]; [_lableAssess setFont:[UIPara... 阅读全文

posted @ 2015-12-16 16:13 大木哥 阅读(144) 评论(0) 推荐(0) 编辑

iOS 按钮设置图片和事件

摘要: [btn addTarget:self action:@selector(searchButtonClick) forControlEvents:UIControlEventTouchUpInside];[btn setImage:[UIImage imageNamed:@"Icon"] forSt... 阅读全文

posted @ 2015-12-16 16:04 大木哥 阅读(548) 评论(0) 推荐(0) 编辑

iOS 设置控件圆角、文字、字体

摘要: 以按钮为例:UIButton btn = [UIButton new];btn.layer.masksToBounds = YES;btn.layer.cornerRadius = 10.0;btn.layer.width = 2.0;btn.layer.borderColor = [UIColor... 阅读全文

posted @ 2015-12-16 15:40 大木哥 阅读(302) 评论(0) 推荐(0) 编辑

iOS 之 UIScrollView

摘要: 1 阅读全文

posted @ 2015-12-16 05:51 大木哥 阅读(121) 评论(0) 推荐(0) 编辑

iOS 设置UILable字体,及计算长度和位置

摘要: UILabel *lastLable = [[UILabel alloc] init]; UIFont *font = [UIFont fontWithName:lastLable.font.fontName size:[UIFont labelFontSize]-3]; las... 阅读全文

posted @ 2015-12-16 05:50 大木哥 阅读(787) 评论(0) 推荐(0) 编辑

导航