Forum Archive

Custom View Class

dradkowski

Hi guys, another lame question: what's the Custom View Class for?
Is it for inheriting my own derived View classes??

Cheers!

dgelessus

If you have defined a custom subclass of ui.View in your code, you can use that text field to make a view in the UI editor be of a custom subclass instead of the default ui.View class. You cannot create subclasses of ui.View in the UI editor, that is something you can only do in code.

dradkowski

All right, thanks.