Instance Property
userData
Declaration
var userData: [String : Any] { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,id> * userData;Declaration
userData() -> dict[str, object]
setUserData_(userData: dict[str, object])Discussion
Place to store data.
Here it is possible to store something. Please use a unique key. The objects should be able to serialize to a plist. If they are not, they should return all infos to store in description (as String).