
// 左上和右上為圓角 UIBezierPath *cornerRadiusPath = [UIBezierPath bezierPat...
1、啟動Apache服務 sudo apachectl start 2、關閉Apache服務 sudo apachectl stop 3、部署項...
新建一個BaseNavigationController 繼承UINavigationController self.interactivePo...
// 狀態欄高度加安全高度 #define kTabBarHeight \ ({\ CGFloat height =0.0;\ if (...
問題:使用AVPlayer 播放不同采樣率的歌曲時,檢測輸出的采樣率卻一直保持在48k。 原因:設置音頻category 的時候使用了PlayA...
View 的Push 方法: if let tabVC = UIApplication.shared.keyWindow?.rootViewC...
value = (value &~ (1<<index))); //改0 value = (value | (1<<index))); //改1...
1. 使用NSString的initWithBytes:length:encoding NSString * str = [[NSStrin...
-(void)viewDidLayoutSubviews{ [super viewDidLayoutSubviews]; if(@ava...