cwa-app-ios
cwa-app-ios copied to clipboard
Implement all cells in code
Avoid duplicates
- [x] This issue has not already been raised before
- [x] If you are proposing a new feature, please do so in CWA-Wishlist
Current Implementation
CollectionViewCells and TableViewCells are implemented using Xibs.
Suggested Enhancement
CollectionViewCells and TableViewCells should be implemented in code
Expected Benefits
Code is easier to
- refactor
- document
- reason about
- automate
- understand
In addition code is less likely to break with Xcode updates.
Internal Tracking ID: EXPOSUREAPP-1954
Totally agree with you here. We are discussing this topic all the time within the team but we cannot convince some of the developers within the team. I'll keep this issue open until we convinced them. :neutral_face:
Could one of the devs give us an update about this issue which is soon almost a year old?
Or maybe @dasdom would like to take another look at the code and say if the situation has(n't) changed in the meantime?
The project still uses simple Xibs for some cells. They seem to be simple and should be easy to replace with code.
Examples:
Thanks. Updated internal ticket.