
-(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文件中設置 View controller-based status bar appearance 為YES UINavgationCon...
#import <TZImagePickerController.h>TZImagePickerController *imagePickerVc = [[TZImagePi...
- (NSString *)getBytesFromDataLength:(NSInteger)dataLength { NSString *bytes; if (dat...
1.導入CYLTabBarController 使用cocoapods導入即可 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提供的組件傳值一樣,雖然提供給你了用法,但是開發過程中...
簡介 使用Angular或者Vue的都知道,這兩種語言都是操作數據從而促使頁面自動更新,但是有的時候即使數據改變了頁面也不會更新,這一節我們探討什么時候數據更新了但是...