Muhammad Tayyab AkramBuilding SmartListing: A Modular and Flexible UITableView Manager in Swift Using MVVMManaging complex UITableView setups can be challenging, especially when trying to adhere to a clean architecture like MVVM. In this post…Oct 25
Puneet MittalWhy Do We Need to Register UITableViewCells in Swift? 🧐If you’ve worked with UITableView in Swift, you might have encountered something like this while setting up your table view:Aug 311
DoyeonindoyeonaThings that you must know about UITableView in SwiftTableView is the best way to display a list of data which contains header, footer, and section. It displays a single column of vertically…Jan 25, 20212Jan 25, 20212
Dmytro KiselovQuick template for UITableViewCell.Hi everyone! This is my first article on Medium and I write about UITableViewCell template.Nov 29, 20231Nov 29, 20231
Muhammad Tayyab AkramBuilding SmartListing: A Modular and Flexible UITableView Manager in Swift Using MVVMManaging complex UITableView setups can be challenging, especially when trying to adhere to a clean architecture like MVVM. In this post…Oct 25
Puneet MittalWhy Do We Need to Register UITableViewCells in Swift? 🧐If you’ve worked with UITableView in Swift, you might have encountered something like this while setting up your table view:Aug 311
DoyeonindoyeonaThings that you must know about UITableView in SwiftTableView is the best way to display a list of data which contains header, footer, and section. It displays a single column of vertically…Jan 25, 20212
Dmytro KiselovQuick template for UITableViewCell.Hi everyone! This is my first article on Medium and I write about UITableViewCell template.Nov 29, 20231
activesludgeinThe StartupiOS 14 — Modern Cell Configuration for Beginners (Programmatically)Configurations let you focus on what you want to display without worrying about how to update all of your views.Nov 8, 20202
Anjali JoshiPass Data from a UITableViewCell to another ViewController in Swift.You might have noticed while operating on your phone, for example, in the Settings Page, you see a list of settings and when you click on…Mar 10, 2021