会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
brutalpoet
博客园
首页
新随笔
新文章
联系
订阅
管理
2015年11月3日
iOS7 中 boundingRectWithSize:options:attributes:context:计算文本尺寸的使用
摘要: CGSize constraintSize; constraintSize.width = MAXFLOAT; constraintSize.height = 32; //CGSize sizeFrame =[content.text sizeWithFont:WBLText16F...
阅读全文
posted @ 2015-11-03 19:30 akirale
阅读(219)
评论(0)
推荐(0)
编辑
2015年8月26日
键盘警告
摘要: currentInputMode alternative for IOS 7NSString *str = userSearchBar.textInputMode.primaryLanguage;
阅读全文
posted @ 2015-08-26 14:19 akirale
阅读(124)
评论(0)
推荐(0)
编辑
2014年7月31日
Mac技巧之让苹果电脑的 QuickLook(快速查看)可以直接选择和复制文字的方法
摘要: QuickLook(快速查看)是苹果电脑 Mac OS X 系统一项非常方便的功能:选中一个文件,只需按下空格键即可查看其内容,再按一下空格则退出 QuickLook,不必花时间启动/关闭任何软件。但 QuickLook 弹窗里的文字只能看不能点,想复制的话还得双击文件用软件打开。下面是让 Quic...
阅读全文
posted @ 2014-07-31 10:26 akirale
阅读(786)
评论(1)
推荐(0)
编辑
2014年6月27日
tabar attribute
摘要: [vc.tabBarItem setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIFont fontWithName:@"AmericanTypewriter" size:20.0f],UITextAttribut...
阅读全文
posted @ 2014-06-27 10:09 akirale
阅读(98)
评论(0)
推荐(0)
编辑