How to compare strings in C conditional preprocessor-directives 2018-03-08 想使用 #define 寫code 在 prep… Read More
[iOS] Pass optional block or closure to a function in Swift 2018-02-13 古時候objective-c 寫法: – (vo… Read More
[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] App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. 2018-02-12 If you try to make HTTP … 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