[iOS] Is there a function to finish a UIviewcontroller like in android? 2018-01-26 Not quite. In iOS land y… Read More
[iOS] How to detect when iOS app appears in foreground, with Swift? 2018-01-25 You can use the applicat… Read More
[iOS] How to get the current time as datetime in swift 2018-01-25 let date = Date() let ca… Read More
[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