vtourraine / AcknowList

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

Problem with transparent list and rows #111

Closed jaceklapinski closed 10 months ago

jaceklapinski commented 10 months 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 10 months ago

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

jaceklapinski commented 10 months ago

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

UITableView.appearance().backgroundColor = .clear

Sorry, I missed that before.

vtourraine commented 10 months ago

Glad we solved it 👍