Posts by Khromos • 3 points
1 post
- 
		0 votes1 answer92 viewsQ: How to fill a tableView using for loop and DictionaryI’m making an app that requires several tableviews. Some of them have more than 20 cells and some only 4, 5. Then I realized that making 20 and so many lines of if Is is a terrible practice. But as…