How can we programmatically detect which iOS version is device running on? 2018-05-30 有些功能,需要新的版本 iOS 才能執行,所以需… Read More
Swift Attempt to present UIAlertController whose view is not in the window hierarchy 2018-04-24 針對相機元件(UIImagePickerCont… Read More
How to make your iOS apps more secure with SSL pinning 2018-04-17 swift 和 obj-c 完成 ssl 的寫法… Read More
Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1 2018-04-12 不知何時升到 xcode 9.3, 別人用 xc… Read More
Sharing text or image with UIActivityViewController in Swift 2018-03-27 使用 swift 分享「文字」和「圖片」 在 i… Read More
[iOS] Error: dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib 2018-03-13 在整合 AirWatch Swift SDK 但… Read More
[iOS] Pass optional block or closure to a function in Swift 2018-02-13 古時候objective-c 寫法: – (vo… Read More