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 has been 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.
The text was updated successfully, but these errors were encountered:
@depl0y possibly a bug in that existing views don't get restyled when you switch stylesheets. I never tried switching stylesheets after the first one has loaded so there's probably a few things its not doing properly
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: