Raphael Haase
Raphael Haase
Hey @mats-claassen, thanks for the idea. Unfortunately, that did not help. Simply moving that line into the update and not accessing `row.baseCell` from the row initializer did not solve issue....
@mats-claassen It seems that patching `Row.swift` regarding the `updateCell` either solves or at least masks the problem. So if we change ``` override open func updateCell() { super.updateCell() cell.update() customUpdateCell()...
Opened a pull request for the proposed fix: #2195
Could it be that this an issue with svgs? .toUIImage seems to work fine for me with pngs, but with svgs I get nil as well.
> I’m seeing a similar issue with an SVG file on iOS. Interestingly, while in light mode, I see the image (.toUIImage() returns non-nil). However, when I switch to dark...