0
我試圖掃描條碼驗證碼:相機定位沒有改變
https://www.hackingwithswift.com/example-code/media/how-to-scan-a-barcode
,但它有一個錯誤,當我改變設備的方向,相機總是有一個寫真方向......
任何想法如何解決這一問題?
我試圖改變方向在此方法:
override func supportedInterfaceOrientations() -> UIInterfaceOrientationMask {
return .Portrait
}
但它沒有幫助。