iPhone UI
Paul_wuhaha
这个作者很懒,什么都没留下…
展开
-
iphone根据文本内容调整label高度的方法。
UILabel *myLbl;//所要调整高度的label CGSize constraint = CGSizeMake("here is the width of label frame", 20000.0f);//第一个参数是label的宽度 CGSize size = [text sizeWithFont:[UIFont systemFontOfSize:FONT_SIZE] const原创 2011-12-13 12:03:45 · 1557 阅读 · 0 评论 -
iPhone 修改navigation bar 字体和颜色
- (void)setTitle:(NSString *) title { [super setTitle:title]; UILabel *titleView = (UILabel *)self.navigationItem.titleView; if(!titleView){ titleView = [[UILabel alloc] init转载 2012-03-26 10:19:16 · 2204 阅读 · 0 评论