240 发简信
IP属地:上海
  • 排除因为%@出现的(null)

    /**排除因为%@出现的(null)*/ + (instancetype)blt_stringWithFormat:(NSString*)for...

  • Resize,w 360,h 240
    扩展UIButton.倒计时,点击事件交换等

    UIButton的扩展 常用到倒计时的按钮,按钮的点击事件频率限制,按钮点击时的各类提示语等; 倒计时: 一般倒计时,我们常用NStimer 开...

  • 2018-03-20处理浮点数精度

    例如有一个浮点数pi=3.141592,我们需要保留小数点后三位,如果是简单的四舍五入就会很好处理, NSString *str = [NSSt...

  • 2018-03-12 iOS推送证书制作后的格式转换

    1:下载制作好的证书 2:从秘钥中心导出证书.p12文件 3:转化格式openssl pkcs12 -in 证书.p12 -out ck.pem...

  • iOS UITextView---NSAttributedString/NSMutableAttributedStrings使用

    自己笔记 感觉直接上代码比较直观,文笔不好也写不好文章 static UITextView * textView = [UITextView ...

  • 2018-01-05 google GRPC for Ios Xcode 集成grpc 以及使用

    记录篇文章http://blog.csdn.net/g1602333924/article/details/52838887 单纯的抄袭复制~~...

  • 数组排序

    NSArray*sorte = [arr sortedArrayUsingComparator:^NSComparisonResult(Book...

  • 关于iOS 7以后textview 多行输入的时候,光标上下跳动的解决方法

    光标上下跳动的问题: 解决办法 加入这个属性: _myTextView.layoutManager.allowsNonContiguousLa...

  • webView 抓取video标签链接

    "(document.getElementsByTagName(\"video\")[0]).src";