会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
火力骑士
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2014年7月15日
IOS开发 获取当前视图所在的类名
摘要: NSString *stringClass = NSStringFromClass([(UINavigationController *)self.window.rootViewController topViewController].class);
阅读全文
posted @ 2014-07-15 15:07 火力骑士
阅读(1239)
评论(0)
推荐(0)
2014年7月11日
IOS 开发更改UITextField的Placeholder颜色
摘要: UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(100, 200, 200, 40)]; UIColor *color = [UIColor redColor]; textField.backg...
阅读全文
posted @ 2014-07-11 17:09 火力骑士
阅读(347)
评论(0)
推荐(0)
IOS中文字体斜体效果
摘要: /* 该代码用于解决在IOS开发,中文字体不能使用斜体的问题 对该控件进行旋转,因此如果控件有背景颜色/图片,也会跟着旋转 可将该控件设置背景透明,于Label下方再建一个有背景颜色的Frame相同的Label */ UILabel *lbl = [[UILabel alloc]...
阅读全文
posted @ 2014-07-11 16:24 火力骑士
阅读(3711)
评论(0)
推荐(0)