firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

fix(ios): delegate handling #100

Closed NathanWalker closed 3 years ago

NathanWalker commented 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().

Bidou44 commented 3 years ago

Hi @firescript, could you please merge this one as well and release a new version on npm? Thank you!

firescript commented 3 years ago

Sorry for the delay, I'll merge this one in.

firescript commented 3 years ago

@NathanWalker @Bidou44 npm v bumped to 1.6.4