ZFPlayer使用的很多,作者寫(xiě)的不錯(cuò),很好用,但是也有跟自己項(xiàng)目不適合的地方,最坑的應(yīng)該是限制橫豎屏,我現(xiàn)在的需求是在WebView里面的播...
方法一: Xcode->Preferences->Source->Enable Source Control 勾勾去掉 方法二: Xcode8更...
get或svn更新代碼后,打開(kāi)xcode工程文件,會(huì)出現(xiàn) xxx..xcodeproj cannot be opened because the...
使用 self.navigationController.navigationBar.tintColor = [UIColor whiteCol...
CGContextRef context = UIGraphicsGetCurrentContext(); //設(shè)置上下文 //畫(huà)一條線(xiàn) CGC...
NSArray *tabBarItems = self.tabBar.items; UITabBarItem *personCenterTabB...
前提你需要安裝了測(cè)試證書(shū), 按照下圖步驟,123執(zhí)行 在Products中***.app拖到itunes中,記得先選擇-應(yīng)用,再拖進(jìn)去 然后生成...
字符串判空: if ((value == nil) || value == (NSString *)[NSNull null] || (valu...
// AFNetworking的寫(xiě)法 __weak __typeof(&*self)weakSelf = self; // 我之前一直這么寫(xiě)的 ...