Malte Schonvogel
Malte Schonvogel
Yes, that would be sufficient. One more thing: In some of my ViewControllers, I would like the StatefulView not to cover the whole screen. I would like to set an...
Hey @kinoroy how do you maintain the scroll position at the bottom when inserting new items through RxDataSources? (as there is no completion handler for that) ```swift func insertMessage(_ message:...
@shawninder this works for me: ``` import { loadImage, createCanvas, registerFont } from 'canvas'; import path from 'path'; registerFont(path.resolve('./public/CircularPro-Book.otf'), { family: 'CircularPro' }); ```
> @mschonvogel Does it also work once deployed to vercel? Yep, works on vercel for me
Yes @SCENEE, but this only enables a dismiss by the swipe-down gesture. How can I dismiss the panel by swiping left/right?
Hey @NVentimiglia, when do you think we can expect a resolution for this bug? 👀
Any updates on this? SPM has replaced Cocoapods as the de facto standard dependency manager for iOS