摘要: // 计算文字的宽高 NSDictionary *attributesDic = @{NSFontAttributeName: self.labelView.font}; CGRect textRect = [text boundingRectWithSize:CGSizeMake(200, 1... 阅读全文
posted @ 2014-06-20 23:59 回读(IOS) 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 做项目时,经常会有一些资源拷来拷去会很麻烦,打包这些文件到项目里会方便很多!首先把文件放到一个文件夹里 然后重命名文件夹为iToast.bundle拖到项目里如何访问?iToast.bundle/down 阅读全文
posted @ 2014-06-20 23:54 回读(IOS) 阅读(220) 评论(0) 推荐(0) 编辑
摘要: textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; 阅读全文
posted @ 2014-06-20 09:48 回读(IOS) 阅读(284) 评论(0) 推荐(0) 编辑
摘要: http://www.macappbox.com/tips/159/通过Automator创建教程:1、打开Automator并选择新建2、选择服务类型3、搜索Run Shell Script ( 运行shell脚本) 并选中双击切换“传递输入”为“作为自变量”,并粘贴下面代码到输入框中for f ... 阅读全文
posted @ 2014-06-20 09:31 回读(IOS) 阅读(614) 评论(0) 推荐(0) 编辑