Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TableView and TableViewCell helper methods #22

Merged
merged 3 commits into from
Sep 25, 2021

Conversation

mdb1
Copy link
Owner

@mdb1 mdb1 commented Sep 25, 2021

πŸ‘‹ Intro

Add a couple of helper methods to make life easier when working with table views and table view cells

πŸ€” What changed?

  • πŸš€ Added methods for registering and dequeuing cells using generics
  • πŸš€ Added a static reuseIdentifier computed property to UITableViewCell
  • πŸ§ͺ Added test coverage for the new additions
  • 🎨 Refactored the current code to use the new additions

πŸ’ How to cherry-pick to another project

Check the Documentation/TableViewExtensions.md file

βœ… Checklist

  • Documentation on how to cherry-pick to another project added in Documentation/
  • README updated
  • Tests added for the new additions

* πŸš€ Add methods for registering and dequeuing cells using generics
* πŸš€ Add a static reuseIdentifier computed property to UITableViewCell
* πŸ§ͺ Add test coverage for the new additions
* 🎨 Refactor the current code to use the new additions
πŸ“ Update Readme
πŸ› Fix some double-spaces in some of the documentation files title
@mdb1 mdb1 added feature New feature tests labels Sep 25, 2021
@mdb1 mdb1 self-assigned this Sep 25, 2021
@mdb-danger-bot
Copy link

Warnings
⚠️ PR size seems relatively large. βœ‚οΈ If this PR contains multiple changes, please split each into separate PR will helps faster, easier review.
Messages
πŸ“– πŸŽ‰ The PR added 4925 and removed 249 lines. πŸ—‚ 112 files changed.

Generated by 🚫 Danger Swift against 24464cf

@mdb1 mdb1 merged commit b674e3d into main Sep 25, 2021
@mdb1 mdb1 deleted the feature/table_view_helpers branch September 25, 2021 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants