SwiftTryCatch icon indicating copy to clipboard operation
SwiftTryCatch copied to clipboard

Adds try-catch support for Swift

Results 4 SwiftTryCatch issues
Sort by recently updated
recently updated
newest added

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