xcode

    1熱度

    2回答

    我正在使用Xcode 9.0.1。以前,當輸入'if'時,會自動用括號和括號完成整個if塊。有了最新的更新,它不再那麼做了。 想法?

    0熱度

    1回答

    我正在研究hibrid iOS應用程序,而xcode模擬器沒有音頻或視頻(網絡攝像頭),因此測試它的唯一方法是使用真實設備,我試圖找出是否和IPad Mini 4在API調用(webrtc)中可以足夠並且不同,以使相機能夠流式傳輸,或者應該更好地購買iPhone進行測試,思考ipad,因爲我可以使用它也可以用於其他事情 另外,如果您想在同一設備上測試iOS 10和iOS 11,可能會降級,或者只有

    0熱度

    2回答

    我一直在嘗試使用CoreML(Apple的機器學習庫)。我下面這些教程上手 1)https://www.appcoda.com/coreml-introduction/ 2)https://www.raywenderlich.com/164213/coreml-and-vision-machine-learning-in-ios-11-tutorial 第一個教程使用一個盜夢空間V3和第二教程使用

    1熱度

    1回答

    是否有必要更新OS X El Capitan以更新xcode版本9.0.1? 任何人都可以知道這件事嗎?

    1熱度

    1回答

    這是我的iPhone應用程序的podfile。 平臺:ios,'9.0' use_frameworks! target ‘NearBy Places’ do pod 'Alamofire', '~> 4.0' pod 'SwiftyJSON' pod 'Toast-Swift', '~> 2.0.0' pod 'MBProgressHUD' pod

    0熱度

    1回答

    我對我與Sierra和Xcode9.0.1 我編譯克以下的Hello World代碼的MacBook Pro之後的tutorial ++沒有問題。 #include <iostream> main() { using namespace std; cout << "Hello, World!" << endl; } 但是,當我執行 cpp hello.cxx | mor

    0熱度

    2回答

    的參數列表,我有兩個問題: let amount:String? = amountTF.text amount?.characters.count <= 0 它給錯誤: Binary operator '<=' cannot be applied to operands of type 'String.CharacterView.IndexDistance?' (aka 'Optional<I

    0熱度

    1回答

    我怎麼能只在IPhone 檢測設備鎖定方向是iPhone if UIDevice().userInterfaceIdiom == .phone { switch UIScreen.main.nativeBounds.height { case 1136: print("iPhone 5,5S,5C") case 1334: print("iPh

    0熱度

    1回答

    我不能讓pickerview滾動型對watchOS工作 我使用「版本8.3.2(8E2002)」 步工作:1 import WatchKit import Foundation class InterfaceController: WKInterfaceController { @IBOutlet var picker: WKInterfacePicker! ove

    0熱度

    1回答

    雖然我還沒有成功,但我想更改標題中的標籤以與我的UISwitch 相關聯嗎? setLeftNavButton()被稱爲viewDidLoad() func setLeftNavButton() { let switchControl=UISwitch() //switchControl.isOn = true //switchControl.setOn(true