iOS Question [SOLVED] What to cast views to, to get tag? (View class hierarchy)

Sandman

Expert
Licensed User
Longtime User
In B4A, it's possible to cast (almost) all views as a Label to get the tag, for instance. Doing so in B4I causes a crash. Can I cast iOS views to something else to easily get some common properties, such as the tag?
 
Top