enzodjabali / wolls-ios

0 stars 0 forks source link

too long balances make the user profile view laggy #37

Open enzodjabali opened 3 months ago

enzodjabali commented 3 months ago
image
enzodjabali commented 3 months ago

I partially solved the issue but setting the maxBalance at 2000 here in UserDetailsView but I believe this is not the best method in case of big amounts private var maxBalance: Float { return 2000 // Replace with your logic to determine the maximum balance }