Hi, so I updated my Xamarin.Forms iOS app with the latest bits, and what was working, a fairly complex ListView with a CustomRenderer Label in it, no longer functions correctly. I think it must be the new code to make the ListView more performance?
Basically on initial load the CustomRenderer renders fine, when I scroll the ListView, it looks like it is not re-rendering the customer renderer, so the Label is not formatted with my attributed text. Might have to try a FormattedText instead?