Ios swift – Make SwiftUI List view reusable
The below list view loads 1000 rows and I see 1000 NameTextView being created. But with reusability we should be seeing very few NameTextView. Is there a way to optimize the code and number of rows that will be created.…