David Seek

Results 41 comments of David Seek

I can confirm, that @Luckywannnnng's fix works. We just made 0.68.1 work with this patch: ``` diff --git a/node_modules/react-native-scrollable-tab-view/index.js b/node_modules/react-native-scrollable-tab-view/index.js index 82e53c5..11a514b 100644 --- a/node_modules/react-native-scrollable-tab-view/index.js +++ b/node_modules/react-native-scrollable-tab-view/index.js @@ -119,7 +119,7...

In the meantime ReactiveCocoa split between ObjC and Swift and the whole project doesnt work with Swift3 anymore

https://github.com/davidseek/SimpleAuthInstagram have fun

``` let typeDetails = NSMutableAttributedString() let attachment = NSTextAttachment() attachment.image = Img.checked attachment.bounds = CGRect(x: 0, y: 0, width: 10, height: 10) let attachmentStr = NSAttributedString(attachment: attachment) typeDetails.append(attachmentStr) pdf.addAttributedText(typeDetails) ```...

I have figured it out with `\n` but that makes it kinda hard to have it generically since the content may vary but the row height needs to adjust.. Also...

also, the table does not continue on a new page automatically.... ![simulator screen shot - iphone 7 - 2017-11-03 at 15 45 29](https://user-images.githubusercontent.com/17073950/32398688-119b6a54-c0ae-11e7-9370-09470755b2dc.png)