Avatar notebook default
iOS
72篇文章 · 8344字 · 1人关注
  • 将ipa 安装到simulator

    1.将xx.ipa 改成xx.zip,解压得到xx.app 2.打开模拟器 3.打开终端,运行xcrun simctl install boot...

  • xcode 下载地址

    xocde 下载地址 https://developer.apple.com/account/ios/device/

  • url 中有中文的时候怎么办?

    urls= [urlsstringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];

  • Mac 模拟直播

    ffmpeg -re -i/Users/mengweixue/Desktop/lumia.mp4-vcodec copy -f flv rtmp...

  • 快速集成iOS基于RTMP的视频推流

    Mac搭建nginx+rtmp服务器 1.搭建环境,参考http://www.jianshu.com/p/8ea016b2720e 2.推流过程...

  • ios view局部透明

    _alphaView= [[UIViewalloc]initWithFrame:self.view.bounds]; _alphaView.ba...

  • masonry更新约束

    [self.viewsetNeedsUpdateConstraints]; [self.viewupdateConstraintsIfNeede...

  • afn 使用https

    苹果最近出台新规,从2017年1月1日起,iOS 就告别http了,下边是afn使用https的一些步骤. 1.crt 证书转cer opens...

  • swift for循环

    letnameArr = ["one","two"] letdataArr = [].mutableCopy() for s in nameAr...

文集作者