ZFPlayer使用的很多,作者寫的不錯,很好用,但是也有跟自己項目不適合的地方,最坑的應該是限制橫豎屏,我現(xiàn)在的需求是在WebView里面的播...
方法一: Xcode->Preferences->Source->Enable Source Control 勾勾去掉 方法二: Xcode8更...
get或svn更新代碼后,打開xcode工程文件,會出現(xiàn) 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執(zhí)行 在Products中***.app拖到itunes中,記得先選擇-應用,再拖進去 然后生成...
字符串判空: if ((value == nil) || value == (NSString *)[NSNull null] || (valu...
// AFNetworking的寫法 __weak __typeof(&*self)weakSelf = self; // 我之前一直這么寫的 ...