SwiftTryCatch
SwiftTryCatch copied to clipboard
Adds try-catch support for Swift
I am using SwiftTryCatch as a workaround for a rare `NSInternalInconsistencyException` incident. Here's the code snippet. private func safePerformBatchUpdates(_ updates: (() -> Void)?, completion: ((Bool) -> Void)? = nil) {...
I added null checks in order to hide warnings and possible issue because of null cases.
Hi, I am using the code to handle swift exception but unfortunately its not woking. Here is the code i am trying. var array = [String] (); SwiftTryCatch.try({ var val...
Hi Team, When I try to run using latest Xcode version (9.3), getting error as "This block declaration is not a prototype". Please fix & update the pod. Regards, Pravin