ZFPlayer使用的很多,作者写的不错,很好用,但是也有跟自己项目不适合的地方,最坑的应该是限制横竖屏,我现在的需求是在WebView里面的播...
方法一: Xcode->Preferences->Source->Enable Source Control 勾勾去掉 方法二: Xcode8更...
get或svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the...
使用 self.navigationController.navigationBar.tintColor = [UIColor whiteCol...
CGContextRef context = UIGraphicsGetCurrentContext(); //设置上下文 //画一条线 CGC...
NSArray *tabBarItems = self.tabBar.items; UITabBarItem *personCenterTabB...
前提你需要安装了测试证书, 按照下图步骤,123执行 在Products中***.app拖到itunes中,记得先选择-应用,再拖进去 然后生成...
字符串判空: if ((value == nil) || value == (NSString *)[NSNull null] || (valu...
// AFNetworking的写法 __weak __typeof(&*self)weakSelf = self; // 我之前一直这么写的 ...