David Seek
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.... 