vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
807 stars 60 forks source link

Problem with transparent list and rows #111

Closed jaceklapinski closed 1 year ago

jaceklapinski commented 1 year ago

Hello,

I have a strange problem with the transparent background in your lib :)

Below screenshots

Simulator Screenshot - iPhone 15 Pro - 2023-11-13 at 09 50 19 Simulator Screenshot - iPhone 15 Pro - 2023-11-13 at 09 50 23

XCode Version 15.0.1 (15A507)

How I show AcknowListViewController:

       let viewController = AcknowListViewController()
       let nvc = UINavigationController(rootViewController: viewController)
       self?.present(nvc, animated: true)

When I start scroll list, rows in table view gets colorized

Best !

vtourraine commented 1 year ago

That’s odd... Are you doing some kind of UIAppearance customization somewhere else, maybe?

jaceklapinski commented 1 year ago

Yeah ... you are right i found this line in the project:

UITableView.appearance().backgroundColor = .clear

Sorry, I missed that before.

vtourraine commented 1 year ago

Glad we solved it 👍