火力骑士

导航

 

2014年7月15日

摘要: NSString *stringClass = NSStringFromClass([(UINavigationController *)self.window.rootViewController topViewController].class); 阅读全文
posted @ 2014-07-15 15:07 火力骑士 阅读(1230) 评论(0) 推荐(0) 编辑
 

2014年7月11日

摘要: UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(100, 200, 200, 40)]; UIColor *color = [UIColor redColor]; textField.backg... 阅读全文
posted @ 2014-07-11 17:09 火力骑士 阅读(341) 评论(0) 推荐(0) 编辑
 
摘要: /* 该代码用于解决在IOS开发,中文字体不能使用斜体的问题 对该控件进行旋转,因此如果控件有背景颜色/图片,也会跟着旋转 可将该控件设置背景透明,于Label下方再建一个有背景颜色的Frame相同的Label */ UILabel *lbl = [[UILabel alloc]... 阅读全文
posted @ 2014-07-11 16:24 火力骑士 阅读(3693) 评论(0) 推荐(0) 编辑