技术纵横iOS 三方库·自定义控件·源码解析日常收集

收藏简书的一些干货

2016-06-06  本文已影响117人  chenhaijian
http://www.jianshu.com/p/2919c0ddda49
封装的上传下载http://www.jianshu.com/p/3b285eee9a91
http://www.jianshu.com/p/2919c0ddda49
http://my.oschina.net/daniels/blog/539634#OSC_h3_10  MJExection
//    /*正则表达式:验证用户名*/
//    public static final String REGEX_USERNAME = "^[a-zA-Z]\\w{5,17}$";
//    /* 正则表达式:验证密码*/
//    public static final String REGEX_PASSWORD = "^[a-zA-Z0-9]{6,16}$";
    /* 正则表达式:验证手机号*/
//    public static final String REGEX_MOBILE = "^((13[0-9])|(15[^4,\\D])|(17[0-9])|(18[0-9]))\\d{8}$";
//    /*正则表达式:验证邮箱*/
//    public static final String REGEX_EMAIL = "^([a-z0-9A-Z]+[-|\\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\\.)+[a-zA-Z]{2,}$";
//    /*正则表达式:验证汉字*/
//    public static final String REGEX_CHINESE = "^[\u4e00-\u9fa5],{0,}$";
//    /*正则表达式:验证身份证*/
//    public static final String REGEX_ID_CARD = "(^\\d{18}$)|(^\\d{15}$)";
//    /*正则表达式:验证URL*/
//    public static final String REGEX_URL = "http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?";
//    /*正则表达式:验证IP地址*/
//    public static final String REGEX_IP_ADDR = "(25[0-5]|2[0-4]\\d|[0-1]\\d{2}|[1-9]?\\d)";
干货啊
http://www.jianshu.com/p/2ba717122951
微信分享sdk集成http://www.jianshu.com/p/7a2f49c654df
http://www.ios122.com/2015/10/mvvm_1/#comment-52

$(SRCROOT)/$(PRODUCT_NAME)/PrefixHeader.pch
https://github.com/keyv/iOSUnityVuforiaGuide
打包api
http://www.jianshu.com/p/4bb25eb6f20f
xccnofing 
http://www.jianshu.com/p/270e2c555d35
压缩解压文件框架
http://www.jianshu.com/p/832996ac0238
变色的lable
http://www.jianshu.com/p/eff5efccb0dd
出错空白页
http://www.jianshu.com/p/fc64ee029452
iOS弹出下载页
http://www.jianshu.com/p/8f5458869ca4
电台app
http://www.jianshu.com/p/819fbc4934d2
iOS开发手把手教你如何打包静态库.a文件
http://www.jianshu.com/p/e25e4b391a68
邮箱登录下滑框
http://www.jianshu.com/p/4bfb99b828b3
谓词搜索
NSPredicate(谓词)搜索功能实现
Ios 字体适配
http://www.zcool.com.cn/article/ZMTQ0NzA4.html
iOS打测试包
http://www.jianshu.com/p/0d6ef4605245
手机上代码阅读器
http://www.jianshu.com/p/da0e480d5c0b

上一篇下一篇

猜你喜欢

热点阅读