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