[iOS] Double value cannot be converted to Int because the result would be greater than Int.max 2018-02-13 因為把 date.timeIntervalSin… Read More
[iOS] How to programmatically check if running on an iPhone or iPad device 2018-02-09 In Swift: if UI_USER_INT… Read More
[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] Warning: UIAlertController is already presenting 2018-01-26 UIAlert 彈 2次會出問題,解法: if … 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