Closed NathanWalker closed 3 years ago
Fixes issue with delegate construction:
TypeError: CustomCNContactPickerViewControllerDelegate.alloc(...).initWithResolveReject is not a function
The .new() operator should be used when extending NSObject instead of alloc().
.new()
Hi @firescript, could you please merge this one as well and release a new version on npm? Thank you!
Sorry for the delay, I'll merge this one in.
@NathanWalker @Bidou44 npm v bumped to 1.6.4
Fixes issue with delegate construction:
The
.new()
operator should be used when extending NSObject instead of alloc().