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

feat(statusbar)!: implement overlay and background color in iOS #2179

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

andredestro
Copy link
Contributor

No description provided.

@andredestro andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch 6 times, most recently from c642139 to f6d9794 Compare August 22, 2024 09:13
@andredestro andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch from f6d9794 to aac805f Compare August 22, 2024 14:20
@andredestro andredestro marked this pull request as ready for review August 22, 2024 14:21
@theproducer theproducer changed the title feat: implement overlay and background color in iOS feat(statusbar)!: implement overlay and background color in iOS Aug 22, 2024
Copy link

github-actions bot commented Aug 22, 2024

Released dev build of status-bar with dev version: 6.0.2-dev-2179-20240905T142731.0

if let observer = observer {
NotificationCenter.default.removeObserver(observer)

private func style(fromString: String) -> UIStatusBarStyle {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need to happen for this PR, but we could make this an init() on the style enum and have a computer variable that gives us a UIStatusBarStyle on the enum as well. Just putting that out into the ether for the future.

@andredestro andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch from dd92e88 to 9befd42 Compare September 4, 2024 16:39
@andredestro andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch from adb9d98 to fd03e47 Compare September 5, 2024 14:26
@andredestro andredestro merged commit 88228ac into main Sep 5, 2024
12 checks passed
@andredestro andredestro deleted the plugin/statusbar/implement-overlay-and-color branch September 5, 2024 14:59
IT-MikeS added a commit that referenced this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants