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

Default value setting issues #28

Open
Andy0570 opened this issue Dec 8, 2023 · 0 comments
Open

Default value setting issues #28

Andy0570 opened this issue Dec 8, 2023 · 0 comments

Comments

@Andy0570
Copy link

Andy0570 commented Dec 8, 2023

Default value initialization

Default value of rowHighlightColor should set as ScrollStack.defaultRowHighlightColor.

ScrollStackRow.swift line 83:

    /// Row highlight color.
    open var rowHighlightColor = ScrollStack.defaultRowColor
    
    /// Row background color.
    open var rowBackgroundColor = ScrollStack.defaultRowHighlightColor {
        didSet {
            backgroundColor = rowBackgroundColor
        }
    }
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

No branches or pull requests

1 participant