Instance Property
title
the descriptive name as shown in the UI
Declaration
var title: String { get }Declaration
@property (nonatomic, readonly) NSString * title;Declaration
pyobjc_instanceMethods.title() -> strInstance Property
the descriptive name as shown in the UI
var title: String { get }@property (nonatomic, readonly) NSString * title;pyobjc_instanceMethods.title() -> str