最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependencies不动 原因在于当执行以上两个命令的时候会升级CocoaPods的spec仓库,加一个参数…
每次addsubview时都是在最后面添加。 每次在addsubview前和addsubview后可以看看[self.view.subViews count]; 你看看你的子视图是被添加到哪个位置了。 另外[self.view addSub…
1,https://github.com/ifactorylab/rtmp-wrapper 2.https://github.com/Diveinedu-CN/librtmp-for-iOS/blob/master/build-librtm…
终端运行 find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xar…
把iap 苹果支付装进冰箱一共三步 第一步,注册IAP服务 登录苹果开发者中心并进入 itunes connect(https://itunesconnect.apple.com/WebObjects/iTunesConne…
ios 子线程操作UI
// // personController.m // iphoneLive // // Created by cat on 16/3/10. // Copyright © 2016年 cat. All rights reserve…
项目用到的开源类库、组件 AFNetworking: 网络请求 AFOnoSerializer: 序列化XML和HTML DateTools: 时间计算 DTCoreText: 渲染HTML GRMustache: html模…
github 地址 https://github.com/bbcallen/ijkplayer 我集成了一个demo 链接: http://pan.baidu.com/s/1mhoALOc 密码: vaz5 根据提示编译,生成 IJKMed…
#define SCREEN_WIDTH [[UIScreen mainScreen] bounds].size.width #define SCREEN_HEIGHT [[UIScreen mai…
更多...
加载中...