futuretap / InAppSettingsKit

This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app.
https://www.futuretap.com/blog/inappsettingskit-3-0
Other
3.18k stars 544 forks source link

UITableViewCell background color is clear on iOS 14 #437

Closed Will949 closed 3 years ago

Will949 commented 3 years ago

Hi : I encountered a problem which was the UITableViewCell color was clear on iOS 14 when the setting page has first appeared. However, cell color will be recovered after I push a view controller from the setting page and go back.

Has anyone suffered the same problem as me?

SDK Version: 3.1.3 Xcode Version : 12.0 beta-5

Screen Shot 2020-08-24 at 3 42 42 PM

Thanks.

futuretap commented 3 years ago

I haven't seen this so far. Does this still happen with the latest iOS 14.0.1? If yes, can you share a sample app?

futuretap commented 3 years ago

Closing this for now since I can't reproduce.