tag
An integer that you can use to identify view objects in your application.
Declaration
var tag: Int { get set }Discussion
The default value is 0. You can set the value of this tag and use that value to identify the view later.
An integer that you can use to identify view objects in your application.
var tag: Int { get set }The default value is 0. You can set the value of this tag and use that value to identify the view later.