240 发简信
IP属地:云南
  • UITextViewDelegate详解

    1.//在text view获得焦点之前会调用textViewShouldBeginEditing: 方法。 - (BOOL)textViewS...

  • UIViewController 设置透明

    UIViewController * releaseVC = [[UIViewController alloc] init]; releaseV...

  • ios 友盟分享到其它OK,就微博出问题

    提示JSON text did not start with array or object and option to allow fragm...

  • iOS 搭建本地服务器

    1. 打开终端,开启Apache: //开启apache: sudo apachectl start//重启apache: sudo apach...

  • iOS的视屏播放

    1.AVPlayer:基于Layer显示,自己编写面板,最好对AVPlayer封装. 2.MPMoverPlayerController :自带...

  • cocoapods 升级流程

    想成功升级cocoapods需要一个正确的操作流程和命令语句。 1、更新gem:sudo gem update --system 2、删除gem...

  • iOS UIImageView(contentMode)图片的三种填充方式

    一:规律: 1>但凡取值中包含Scale单词的,都会对图片进行拉伸(缩放); 2>但凡取值中没有出现Scale单词的,都不会对图片进行拉伸; 3...

  • ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code...

    “ld: symbol(s) not found for architecture arm64 clang: error: linker com...

  • mac下gitLab、sourceTree的配合使用

    转载地址://www.greatytc.com/p/707de2a1046d//www.greatytc.com/p/5e1...