GSPartProperty Class Reference
| Inherits from | NSObject |
Tasks
-
– initWithDict: -
– propertyList -
nameproperty -
idproperty -
bottomNameproperty -
bottomValueproperty -
topNameproperty -
topValueproperty
Properties
bottomName
The name of the bottom value
@property (strong, nonatomic) NSString *bottomNameDiscussion
This is currently not used, so ignore it.
bottomValue
The lower value for the interpolation range
@property (assign, nonatomic) NSInteger bottomValueid
A id to use as key in the piecesettings in the components
@property (strong, nonatomic) NSString *idDiscussion
this allows to change the name and not loose the settings
topName
The name of the top value
@property (strong, nonatomic) NSString *topNameDiscussion
This is currently not used, so ignore it.
Instance Methods
initWithDict:
Initialize the object with a dictionary
- (instancetype)initWithDict:(NSDictionary *)DictParameters
- Dict
The content of the dict as it is saved to the .glyphs file
The dict may look like this:
{ bottomValue = 40; name = Width; topValue = 100; }
Return Value
a new instance