Empty

Results 18 comments of Empty

Same here, happens when trying to swipe the NavigationView widget.

@LeonardoCardoso thanks for the prompt reply and for this awesome pod! I end up using the storyboard way, it show the error message but still compile and seems to work...

@iSapozhnik you are missing a UIImageView on #1

had to use this setting `bool DisableIpRawModeSecureNAT true` too

```javascript import bridge from 'dsbridge'; bridge.call("testAsync", "testAsync" (response) => { //TODO }); ```

@Cabeza thanks! its working fine now! @outsideris Yes, I did. But didn't know how to implement it. I inspected the $scope.editor object and indeed the editor was there, but couldn't...

I think it can be filtered with ABPersonCopyArrayOfAllLinkedPeople. I'll try to make a PR for this

seems that its already implemented on #39 and was released just a fews hours ago.. :)

With the latest release. I managed to filter unique contacts with this: ``` obj-c APAddressBook *addressBook = [[APAddressBook alloc] init]; addressBook.fieldsMask = APContactFieldDefault | APContactFieldRecordID | APContactFieldLinkedRecordIDs; NSMutableArray *uniqueContact =...

I believe this issue is a duplicate of #18