We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove obsolete code RoundedButton.
RoundedButton
Replacement of RoundedButton with UIButton elements (and adding some programmatic settings) fixed first launch settings. See Issue #65.
UIButton
The remaining section to be migrated from RoundedButton with UIButton is the HistoryLayout storyboards and the associated ControlPanel.
This is a step towards reducing code complexity and reducing the InterfaceBuilder type settings. SwiftUI does not use the InterfaceBuilder.
The text was updated successfully, but these errors were encountered:
marc-medley
No branches or pull requests
Remove obsolete code
RoundedButton
.Replacement of
RoundedButton
withUIButton
elements (and adding some programmatic settings) fixed first launch settings. See Issue #65.The remaining section to be migrated from
RoundedButton
withUIButton
is the HistoryLayout storyboards and the associated ControlPanel.This is a step towards reducing code complexity and reducing the InterfaceBuilder type settings. SwiftUI does not use the InterfaceBuilder.
The text was updated successfully, but these errors were encountered: