Avatar notebook default
iOS
15篇文章 · 4184字 · 1人关注
  • iOS正则运用

    需求:两个字符串中,去掉除了汉字和符号,比较两个字符串是否相同 https://blog.csdn.net/dienangpiao2051/ar...

  • iOS数组深拷贝系统支持函数

    -(instancetype)initWithArray:(NSArray *)array copyItems:(BOOL)flag; 如果fl...

  • 集成腾讯Im.SDK打包报错解决办法

    经在网上查询,发现是因为SDK中包括了i386,x86_64导致的。 首先在lipo的时候,遇到了报错,原来要lipo -info里面的ImSD...

  • Resize,w 360,h 240
    firebase上传缺失dsym文件

    我们项目使用的是fabric api密钥方式,这里需要注意的是/path/to/Fabric/upload-symbols -a -p iO...

  • Resize,w 360,h 240
    Masonry的使用要点

    父view上加子view1.scrollview上加view,并自动填充: 2.label自适应高度和宽度1).自适应宽度:前提不需要设置lab...

  • Resize,w 360,h 240
    pod install和pod update的区别

    当podfile被运行后,会自动创建一个podfile.lock文件,用来记录每个库的版本号。当我们第一次运行podfile时,没有指定版本号的...

  • 如何通过Cocoapods使用OpenSSL

    https://github.com/isee15/OpenSSLpod 'OpenSSL-Universal', :git => 'https...

  • ssl

    https://developer.apple.com/documentation/security/secure_transport/usin...

  • Resize,w 360,h 240
    mac安装brew和carthage

    1、安装brew/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com...

文集作者