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

Feature request: app-wide customization #32

Closed
rostopira opened this issue Oct 29, 2018 · 1 comment
Closed

Feature request: app-wide customization #32

rostopira opened this issue Oct 29, 2018 · 1 comment

Comments

@rostopira
Copy link

Add static shared property, to change default style app-wide
Good example, is default iOS components, like UITableViewCell.appearance() and libraries like ToastSwift:

        var toastStyle = ToastStyle()
        toastStyle.backgroundColor = UIColor.init(white: 0, alpha: 0.5)
        ToastManager.shared.style = toastStyle
@Minitour
Copy link
Owner

You can now use the DialogDefaults struct for global configuration.

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

2 participants