上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: newLabel.lineBreakMode = NSLineBreakByCharWrapping; newLabel.text = content; newLabel.adjustsFontSizeToFitWidth=YES; newLabel.minimumScaleFactor = 10. 阅读全文
posted @ 2018-12-12 10:51 willbin 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 1. 首先有一个静态库, 比如 .a 库. 一般情况下.a库无法包含资源, 如图片,ttf等. 2. 创建一个Bundle * 创建一个folder * rename为 yourBundle.Bundle 3. 在你的静态库中引用 yourBundle.Bundle 中的资源 NSString *f 阅读全文
posted @ 2018-12-06 16:02 willbin 阅读(728) 评论(0) 推荐(0) 编辑
摘要: http://deerchao.net/tutorials/regex/regex.htm 正则表达式30分钟入门教程 版本:v2.3.5 (2017-6-12) 作者:deerchao 转载请注明来源 目录 跳过目录 本文目标 30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在 阅读全文
posted @ 2018-11-10 10:50 willbin 阅读(199) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/734341f7c242 虽说是Swift和OC混编SDK,但目前只支持项目中使用了Swift调用OC的工程,暂不支持OC调用Swift的工程打包Framework,因为“productName-Swift.h”文件是隐藏的,无法暴露出来,因此也就 阅读全文
posted @ 2018-09-12 22:50 willbin 阅读(549) 评论(0) 推荐(0) 编辑
摘要: // set language and import framework settings set target.language swift expr -l Swift -- import UIKit // define variable with address. e let $view = u 阅读全文
posted @ 2018-03-01 08:37 willbin 阅读(504) 评论(0) 推荐(0) 编辑
摘要: ~/Library/MobileDevice/Provisioning Profiles 阅读全文
posted @ 2018-01-25 10:28 willbin 阅读(578) 评论(0) 推荐(0) 编辑
摘要: ETA: estimated time of arrival DEA: 1-Leg: 2-Leg: FCC: L10N: LocalizatioN i18N: InternationalizatioN DID: DND: Do Not Disturb SSO: Single Sign-On 阅读全文
posted @ 2017-12-08 09:26 willbin 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. without a return value https://developer.apple.com/documentation/code_diagnostics/main_thread_checker 2. with a return value https://stackoverflow. 阅读全文
posted @ 2017-11-23 10:53 willbin 阅读(923) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/09b445300d40 简介: armv7|armv7s|arm64都是ARM处理器的指令集 i386|x86_64 是Mac处理器的指令集 目前iOS的ARM处理器指令集及其支持的设备: armv6 (基本消失了) iPhone iPhone2 阅读全文
posted @ 2017-11-16 08:25 willbin 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: git clone --recurse-submodules git@git.ringcentral.com:CoreLib/Glip-iOS.git pod install --repo-update lipo -info /Users/will.wei/Downloads/00_converter/all/libMediaConverter.a lipo -create Debug-i... 阅读全文
posted @ 2017-11-14 14:44 willbin 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 22 下一页