urbanairship / ios-library

Urban Airship iOS SDK
http://urbanairship.com
Apache License 2.0
478 stars 265 forks source link

Preference center background color #320

Closed h0shy closed 2 years ago

h0shy commented 2 years ago

Preliminary Info

What Airship dependencies are you using?

16.4.0

What are the versions of any relevant development tools you are using?

Xcode 13.4 / iOS 15.5

Report

What unexpected behavior are you seeing?

You cannot completely colorize the preference center background. A narrow area remains in the default color.

What is the expected behavior?

You can colorize the entire background.

What are the steps to reproduce the unexpected behavior?

let viewController = PreferenceCenterViewController(identifier: id)
viewController.view.backgroundColor = resources.backgroundColor // this is a hack to colorize another rectangle underneath the content.
style.backgroundColor = resources.backgroundColor

Simulator Screen Shot - iPhone 13 - 2022-05-19 at 08 57 39

rlepinski commented 2 years ago

Thanks for the report. We have someone looking at it

rlepinski commented 2 years ago

We have a fix internally, hopefully we will get it out next week

rlepinski commented 2 years ago

Fixed in 16.8.0