[iOS] Module compiled with Swift 3.1 cannot be imported in Swift 4.0.3 2018-02-01 遇到使用 AirWatchSDK,拿到舊的版本是… Read More
[iOS] How to detect screen activity via UIViewController 2018-01-26 如何判斷 user 是否 idle timeou… Read More
[iOS] How to properly dismiss modal viewcontroller with completion handler 2018-01-26 有參數要傳給 dismiss 的 complet… Read More
[iOS] Swift Attempt to present UIAlertController whose view is not in the window hierarchy 2018-01-26 Found a solution here. I… Read More
[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