Time of Update: 2018-07-24
在工作中需要在視頻播放介面顯示控制音量的滑塊,所以學習了一下,關於音量控制(要使用真機) AVPlayer:提供音量控制api,但是只支援IOS7 AVAudioPlayer:提供音量控制api,目前是都支援 MPMusicPlayerController:提供音量控制api,但是支援IOS7以下
Time of Update: 2018-07-24
- (void)drawRect:(CGRect)rect { if ([self.state isEqualToString:@"1"]) {//上圓角 UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.bounds
Time of Update: 2018-07-24
一、概要 iOS開發時,項目中會引用許多第三方庫,CocoaPods(https://github.com/CocoaPods/CocoaPods)可以用來方便的統一管理這些第三方庫。 二、安裝 由於網上的教程基本都大同小異,但細節之處還不是很完善,所以藉機會在這裡補充下: 註:要使用CocoaPods,那就要下載安裝它,而下載安裝CocoaPods需要Ruby環境 1、Ruby環境搭建 當前安裝環境為Mac mini 10.8.5。Mac &
Time of Update: 2018-07-24
全域頁面狀態列樣式白色Light 之前項目中是全域的白色狀態列樣式,可以在 plist檔案中添加以下選項,然後在Base控制器中寫一句代碼就可以實現全域狀態列白色的狀態。 [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]; 部分頁面狀態列樣式白色Light iOS 7之後, UIViewController有了一個新的方法:-
Time of Update: 2018-07-24
當我們因為一些需求將UITextView當成UILabel使用(為了使用UITextView內建的複製,粘貼,選擇功能,自動識別電話,郵箱,連結等等),這時我們只需要禁用UITextView的幾個屬性就行了 textView.editable = NO;//不可編輯 textView.scrollEnabled = NO;//不可滾動 然後計算文字的大小並設定UITextView的frame,我這裡是xib裡面的textView,
Time of Update: 2018-07-24
xcode6.0升級到xcode6.1後,程式編譯報錯,錯誤如下:這是個很常見的錯誤,很多項目在更換xcode版本後,都會出現類似的問題。 Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_QQApiInterface", referenced from: objc-class-ref in AppDelegate.o
Time of Update: 2018-07-24
http://developer.apple.com/library/ios/samplecode/ClockControlPalette/ClockControlPalette.zip http://developer.apple.com/library/ios/samplecode/MVCNetworking/MVCNetworking.zip http://developer.apple.com/library/ios/samplecode/MoveMe/MoveMe.zip
Time of Update: 2018-07-24
xcode6.0升級到xcode6.1後,程式編譯報錯,錯誤如下:這是個很常見的錯誤,很多項目在更換xcode版本後,都會出現類似的問題。 Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_QQApiInterface", referenced from: objc-class-ref in AppDelegate.o
Time of Update: 2018-07-24
xcode6.0升級到xcode6.1後,程式編譯報錯,錯誤如下:這是個很常見的錯誤,很多項目在更換xcode版本後,都會出現類似的問題。 Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_QQApiInterface", referenced from: objc-class-ref in AppDelegate.o
Time of Update: 2018-07-24
轉載自:http://www.cnblogs.com/YouXianMing/p/3897543.html 從百度上搜尋了一下layoutSubviews的用處,以下是搜尋的結果,當然,筆者是會一一驗證的. 1、 init初始化不會觸發layoutSubviews 2、 addSubview會觸發layoutSubviews 3、 設定view的Frame會觸發layoutSubviews,當然前提是frame的值設定前後發生了變化
Time of Update: 2018-07-24
我是採用的AVAudioRecorder這個架構來進行錄音 這個錄音跟官方網站上的speakHere有些區別,最大的區別是,這個必須要錄製完成才能處理檔案,而speakhere樣本是可以實現邊錄製邊上傳的效果。 #import <AVFoundation/AVFoundation.h> #import <CoreAudio/CoreAudioTypes.h> 引入架構,這是使用錄音功能的基本配備
Time of Update: 2018-07-24
#define THEROWLENGTH 16 #define UnicodeSTART 9728 - 1 + ( NSString *)replaceUnicode:( NSString *)unicodeStr {
Time of Update: 2018-07-24
ASCII碼相信很熟悉了,只是自己一直都記不住基本規律,有時候用起來十分不爽。 ASCII,共7位,表示128個字元,一般都在前面加0補全8位形成一個Bit。0~31以及127為控制字元,不能列印;32為空白格;48(HEX: 0x30)為0;65(HEX: 0x41)為A;97(HEX: 0x61)為a。
Time of Update: 2018-07-24
2015-4-14閱讀47 評論0 ASCII碼相信很熟悉了,只是自己一直都記不住基本規律,有時候用起來十分不爽。 ASCII,共7位,表示128個字元,一般都在前面加0補全8位形成一個Bit。0~31以及127為控制字元,不能列印;32為空白格;48(HEX: 0x30)為0;65(HEX: 0x41)為A;97(HEX: 0x61)為a。
Time of Update: 2018-07-24
m 一、 Reasons 2.2: Apps that exhibit bugs will be rejected ----- 2.2 ----- We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 8.1.2 and iPhone 5s running iOS 8.1.2, on both
Time of Update: 2018-07-24
第一種方式匯入HTML檔案的時候,要用這種方法: NSString *path = [[NSBundle mainBundle] pathForResource:@"檔案名稱" ofType:@"html"]; NSString *html = [NSString stringWithContentsOfFile:path
Time of Update: 2018-07-24
駁回問題資訊如下: Guideline 5.1.5 - Legal - Privacy - Location ServicesYour app uses location services but does not clarify the purpose of its use in the location modal alert. Apps that collect, transmit, or use location data must notify and obtain the
Time of Update: 2018-07-24
[box.actionButton.layer setMasksToBounds:YES]; [box.actionButton.layer setCornerRadius:10.0]; //設定矩形四個圓角半徑 //邊框寬度 [box.actionButton.layer setBorderWidth:1.0]; //設定邊框顏色有兩種方法:第一種如下: CGColorSpaceRef colorSpace =
Time of Update: 2018-07-24
1、現在的應用升級問題,蘋果已經幫我們解決了,就是在我們應用中不需要提示升級問題,手機系統會自動給升級到最新版本(首先允許升級),但是還是有一些應用添加提示升級需求,這樣的話,使用者就能夠自己去升級, 2、跳轉到AppStore應用的介面 要升級的話,肯定是去AppStore(越獄手機就不說了)更新, [[UIApplication sharedApplication] openURL:[NSURL
Time of Update: 2018-07-24
1. 建立了3個任務,加入到隊列中去執行 - (void)createOperationQueue{ //建立一個隊列 NSOperationQueue *queue = [[NSOperationQueue alloc]init]; //建立一個任務 LJOperation *op1 = [[LJOperation alloc]init]; op1.nameStr = @"op1"; LJOperation