博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月3日

摘要: Link:http://www.cnblogs.com/Rampage/archive/2012/03/22/2411246.htmlUImageview加边框 加阴影2012-03-22UIImageView *imgvPhoto= [UIImageView alloc] init];//添加边框 CALayer *layer = [_imgvPhoto layer];layer.borderColor = [[UIColor whiteColor] CGColor];layer.borderWidth = 5.0f;//添加四个边阴影_imgvPhoto.layer.shadowColor 阅读全文

posted @ 2012-06-03 13:16 星尘的天空 阅读(302) 评论(0) 推荐(0)

摘要: 来自:http://blog.csdn.net/shark0001/article/details/70072381.N行完全自适应: UILabel *testLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 30, 100, 21)]; NSString *txt = @"dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"; testLabel.numberOfLine 阅读全文

posted @ 2012-06-03 13:00 星尘的天空 阅读(876) 评论(0) 推荐(0)