nativescript-community / ui-collectionview

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
Apache License 2.0
59 stars 18 forks source link

fix(ios): Fix refreshVisibleItems not recalculating heights #60

Closed jcassidyav closed 1 year ago

jcassidyav commented 1 year ago

Fixes Issue described in #59 Where cells were not resizing when refreshVisibleItems was called

farfromrefug commented 1 year ago

@jcassidyav awesome ! Could you just remove the console.log?

jcassidyav commented 1 year ago

@farfromrefug whoops, I've removed it :-)

farfromrefug commented 1 year ago

@jcassidyav it has been released

jcassidyav commented 1 year ago

@jcassidyav it has been released

@farfromrefug that's great thank, looks good.