Hi there,
I want to draw a dashed or dotted line around an imageview, which could also be a panel set to transparent. I was able to achieve it easily in B4A but I'm finding it a bit difficult in B4i... I've tried using a NativeObject but no luck:
which throws: setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key borderStyle.
Maybe this value isn't valid for this view, but I saw it somewhere on the Apple documentation... is there any way to achieve this?
Thanks!
I want to draw a dashed or dotted line around an imageview, which could also be a panel set to transparent. I was able to achieve it easily in B4A but I'm finding it a bit difficult in B4i... I've tried using a NativeObject but no luck:
B4X:
'Dim no As NativeObject = iv
'no.SetField("borderStyle","dashed")
which throws: setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key borderStyle.
Maybe this value isn't valid for this view, but I saw it somewhere on the Apple documentation... is there any way to achieve this?
Thanks!