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

Eliminate DynamicButton #795

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Eliminate DynamicButton #795

merged 3 commits into from
Aug 20, 2024

Conversation

timbms
Copy link
Contributor

@timbms timbms commented Jul 29, 2024

openhab-ios is relying on https://github.com/yannickl/DynamicButton for symbols.
With update to at least iOS 13, we can migrate to SF Symbols.

Signed-off-by: Tim Müller-Seydlitz <timbms@gmail.com>
Signed-off-by: Tim Müller-Seydlitz <timbms@gmail.com>
@timbms timbms requested review from weakfl and digitaldan July 29, 2024 08:21
@weakfl
Copy link
Contributor

weakfl commented Jul 29, 2024

I like to use SFSafeSymbols for type safe symbols. It's all too easy to use a symbol that's not available on the deployment target.

@digitaldan
Copy link
Contributor

Nice cleanup ! I'll take a look in the next day or 2.

@timbms
Copy link
Contributor Author

timbms commented Jul 29, 2024

I like to use SFSafeSymbols for type safe symbols. It's all too easy to use a symbol that's not available on the deployment target.

Very valid point.

@timbms
Copy link
Contributor Author

timbms commented Aug 9, 2024

Followed @weakfl's suggestion. Quite a few places where the string based interface is used

@timbms timbms merged commit 622380b into develop Aug 20, 2024
2 checks passed
@timbms timbms deleted the eliminateDynamicButton branch August 20, 2024 20:37
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.

3 participants