I need to extend my UITextField class in order to store some additional properties:
class UICustomTextField : UITextField{ var item = Item() }