You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
In my application, when the application is launched, it sets a default stylesheet.
But then it starts communicating with our webserver, which tells the application which stylesheet should be loaded and it switches to a different stylesheet.
This works fine, but the UICollectionViews do seem to have a problem with the background color set in the stylesheet (and maybe other properties).
UICollectionViews also had the problem that they didn't appear correctly without using a cas_styleClass. Since I added that to the UICollectionView, the background is correctly set, but now while switching theme it appears to happen again.