This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Description
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.