240 发简信
IP属地:青海
  • 'release' is unavailable: not available in automatic reference counting mode

    在支持ARC下使用非ARC文件 在targets下的Build Phases下的Compile Sources中在需要文件下添加-fno-obj...

  • 用Xib 添加ScrollView

    在scrollView上添加一层view, 在view中布局。scrollView 约束上下左右,view添加约束 上下左右 x y 在- (v...

  • 手机号正则表达式含义

    ^[1][358][0-9]{9}$现在只有13、15和18开头的11位手机号码。以1开头,第2位数字为3或5或8,后面接9位数字。

  • 修改工程名 无错版

    https://blog.csdn.net/techalleyboy/article/details/74725436

  • 完美解决:"library not found for - "

    https://blog.csdn.net/liujia216/article/details/53112709https://blog.csd...

  • Resize,w 360,h 240
    Xcode 中设置部分文件ARC支持或者设置部分文件不支持ARC

    1.点击项目导航文件--> 选中Targets--> 选择 Build Phases --> 展开Compile Sources 这个时候,我们...

  • cocoaPods错误相关

    https://www.cnblogs.com/i-am-lvjiazhen/p/6136502.html

  • 错误集合

    1.dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from:...

  • 关于AutoLayout

    http://blog.csdn.net/hard_man/article/details/50888377