Posts

Post marked as solved
5 Replies
This response is a bit late, but here is my solution: (nullable NSNumber*)isDone:(NSError* _Nullable * _Nullable)error And then in swift: let result = try obj.isDone().boolValue Not exactly what you wanted, but close enough IMHO.