iOS Question StateListDrawable iOS

Yvon Steinthal

Active Member
Licensed User
Longtime User
Hello,

I just wanted to know if there was such a thing as a state list drawable in iOS.
My B4A Code is as follows:

<code>
Dim sd As StateListDrawable
sd.Initialize
sd.AddState(sd.State_Pressed, pressedDrawable)
sd.AddCatchAllState(Pnl.Background)
</code>

Any equivalent for B4i?
Thanks!

Y
 
Top