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

Making use of diffable data source #744

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

Making use of diffable data source #744

wants to merge 20 commits into from

Conversation

timbms
Copy link
Contributor

@timbms timbms commented Nov 22, 2023

Diffable data source is a feature introduced in WWDC 2019. It eliminates a lot of boiler plate code:

  • int based section identifiers in tables are replaced by type-safe identifiers

Required deployment target iOS 14 should not be showstopper anymore

…med to OpenHABSelectionCollectionViewController

Migrated OpenHABSelectionCollectionViewController away from Storyboard
Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/

Signed-off-by: Tim Bert <[email protected]>
…med to OpenHABSelectionCollectionViewController

Migrated OpenHABSelectionCollectionViewController away from Storyboard
Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/

Signed-off-by: Tim Bert <[email protected]>
…med to OpenHABSelectionCollectionViewController

Migrated OpenHABSelectionCollectionViewController away from Storyboard
Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/

Migrated OpenHABSitemapViewController to diffable data source / Avoiding reloadData()

Signed-off-by: Tim Bert <[email protected]>
Signed-off-by: Tim Bert <[email protected]>
Making the code more maintainable

Signed-off-by: Tim Bert <[email protected]>
@timbms timbms marked this pull request as draft December 27, 2023 20:30
@timbms timbms requested review from digitaldan and weakfl and removed request for digitaldan July 29, 2024 13:02
@timbms timbms marked this pull request as ready for review July 29, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant