-(void)setLabelSpace:(UILabel*)label withSpace:(CGFloat)space withFont:(UIFont*)font {...
- (void)loadHttpData { dispatch_group_t group = dispatch_group_create(); dispatch_q...
一、基本使用 引入頭文件#import <WebKit/WebKit.h> -(void)setupWebview{WKWebViewConfiguration*config...
**前提 ** info.plist文件中設(shè)置 View controller-based status bar appearance 為YES UINavgationCon...
一、有關(guān)狀態(tài)欄的隱藏 1.1、方式一:提示:控制器之間的狀態(tài)欄不會相互影響(下面是iOS9之后的設(shè)置,不支持 iOS 9以前設(shè)備) <1>、在info.plist里面添加下面...
#import <TZImagePickerController.h>TZImagePickerController *imagePickerVc = [[TZImagePi...
- (NSString *)getBytesFromDataLength:(NSInteger)dataLength { NSString *bytes; if (dat...
1.導(dǎo)入CYLTabBarController 使用cocoapods導(dǎo)入即可 pod 'CYLTabBarController', '~> 1.14.1',終端 pod i...
1.當前月有多少天 NSCalendar *calendar = [NSCalendar currentCalendar];NSRange range = [calendar...
翻閱蘋果官方文檔說 n iOS 13 and later, use UISceneDelegate objects to respond to life-cycle even...
簡介 angularJs自身提供路由ng-router,但是ng-router不是很好用,配置項零散,好比Vue提供的組件傳值一樣,雖然提供給你了用法,但是開發(fā)過程中...
簡介 使用Angular或者Vue的都知道,這兩種語言都是操作數(shù)據(jù)從而促使頁面自動更新,但是有的時候即使數(shù)據(jù)改變了頁面也不會更新,這一節(jié)我們探討什么時候數(shù)據(jù)更新了但是...
簡介 Angular提供了http服務(wù)與后臺做交互,用法簡單,讓我們看看Angular提供的GET、POST。 HTTP請求 var app = angular....