You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question on the initial pageCount. It looks like pageCount has to be prefilled before we use let manager = ElegantListManager(pageCount: data.count). However, then data is impossible to be defined as a @State. This will make page loading on demand impossible. Can I get some suggestions?
The text was updated successfully, but these errors were encountered:
Thanks for this great library.
I have a question on the initial pageCount. It looks like pageCount has to be prefilled before we use
let manager = ElegantListManager(pageCount: data.count)
. However, thendata
is impossible to be defined as a@State
. This will make page loading on demand impossible. Can I get some suggestions?The text was updated successfully, but these errors were encountered: