Skip to content

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

Merged
andredestro merged 5 commits into
mainfrom
plugin/statusbar/implement-overlay-and-color
Sep 5, 2024
Merged

feat(statusbar)!: implement overlay and background color in iOS#2179
andredestro merged 5 commits into
mainfrom
plugin/statusbar/implement-overlay-and-color

Conversation

@andredestro

Copy link
Copy Markdown
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
@github-actions

github-actions Bot commented Aug 22, 2024

Copy link
Copy Markdown

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
Copy Markdown
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.

Comment thread status-bar/ios/Sources/StatusBarPlugin/UIColor.swift
Comment thread status-bar/android/src/main/java/com/capacitorjs/plugins/statusbar/StatusBar.java Outdated
@andredestro
andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch from dd92e88 to 9befd42 Compare September 4, 2024 16:39
Comment thread status-bar/ios/Sources/StatusBarPlugin/StatusBar.swift Outdated
Comment thread status-bar/ios/Sources/StatusBarPlugin/StatusBar.swift Outdated
@andredestro
andredestro force-pushed the plugin/statusbar/implement-overlay-and-color branch from adb9d98 to fd03e47 Compare September 5, 2024 14:26
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.

4 participants