Having an array with 200 items takes around 1 minute before rendering the view to the users, what could have been the cause of this? e.g let itemList = Array(1...200) @3ph
Having an array with 200 items takes around 1 minute before rendering the view to the users, what could have been the cause of this?
e.g let itemList = Array(1...200)
@3ph