[iOS] Dialog Box with Input using UIAlertController in Swift 2018-01-25 在 dialog 裡增加 文字輸入框的範例: 基… Read More
[iOS] UIImagePickerController Use Photo / Cancel button event 2018-01-25 服用下列的程式碼,可以取得拍照完的照片,還有使用… Read More
[iOS] get MDM settings from system dictionary in swift 2018-01-24 透過 iOS MDM 派送參數給 Device,… Read More
[iOS] How do I get the App version and build number using Swift? 2018-01-23 if let version = Bundle…. Read More
[iOS] This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes. 2018-01-23 遇到程式掛掉,發出的錯誤訊息: This app… Read More
[iOS] Could not cast value of type ‘__NSCFNumber’ to ‘NSString’ 2018-01-23 json 長醬子: { “base”: “EUR… Read More
[iOS] Adding Buttons to the Navigation Bar with Storyboards 2018-01-22 找半天,找不到怎麼加一個button 到 sto… Read More