摘要: UIView *view = [[UIView alloc]initWithFrame:CGRectMake(50, 200, 100, 100)]; view.backgroundColor = [UIColor redColor]; view.layer.shadowOpacity = 0.... 阅读全文
posted @ 2014-10-25 18:56 浪够L就回家 阅读(127) 评论(0) 推荐(0)
摘要: UILabel * fabLab = [[UILabel alloc]initWithFrame:CGRectMake(50, 140, 200, 30)]; NSMutableAttributedString * aText = [[NSMutableAttributedString al... 阅读全文
posted @ 2014-10-25 18:55 浪够L就回家 阅读(138) 评论(0) 推荐(0)
摘要: for (int i = 0; i < 6; i ++) { int n = 20 + i % 3 * 90 + i % 3 * 20; int m = 10 + i / 3 * 90 + i / 3 * 20; UIButton * bun = [UIButton ... 阅读全文
posted @ 2014-10-25 18:49 浪够L就回家 阅读(1766) 评论(0) 推荐(0)
摘要: [searchBar setBackgroundImage:[UIImage new]]; [searchBar setTranslucent:YES]; 阅读全文
posted @ 2014-10-25 18:46 浪够L就回家 阅读(184) 评论(0) 推荐(0)