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 Nov 30, 2019. It is now read-only.
Just discoved UISS and its really great...
Is there any way to specify a class or Id to a object and then change its theme?
I have a UIButton subclass that has 2 status... if the status = 0 it has a grey background image and if its 1 it has a green background image and when I change the theme I want the status = 0 to use a red image and when 1 I want a blue image instead.
Is it possible to have something like:
Just discoved UISS and its really great...
Is there any way to specify a class or Id to a object and then change its theme?
I have a UIButton subclass that has 2 status... if the status = 0 it has a grey background image and if its 1 it has a green background image and when I change the theme I want the status = 0 to use a red image and when 1 I want a blue image instead.
Is it possible to have something like:
{
"UIButton#Status0": {
"backgroundImage": "$img0"
},
"UIButton#Status1": {
"backgroundImage": "$img1"
}
}
The text was updated successfully, but these errors were encountered: