packageIdentifier | Required. The package identifier to retrieve the required 10 | /// information from. | 11 | ///
packageRepository | Optional. The URL to the repository the package is available on, 14 | /// if not one of the default repos. | 15 | ///
label | Required. The name of the package. | 18 | ///
subtitle | Optional. Can be used for a description of the package. | 21 | ///
label | Required. The label displayed when the value is plural. Use %i
10 | /// to denote where the number should be displayed. |
11 | ///
max | Required. The highest possible numeric value for the stepper. | 14 | ///
min | Required. The lowest possible numeric value for the stepper. | 17 | ///
singularLabel | Required. The label displayed when the value is singular. | 20 | ///
tintColor | Optional. The color to use for the label of the cell. The default is no 12 | /// value, which means the tint color will be inherited from the -[HBAppearanceSettings tintColor]; 13 | /// if neither value is set, the default iOS blue tint color is used. | 14 | ///
user | Required. The Twitter username of the person. | 13 | ///
iconCircular | Optional. Whether the icon should be displayed as a circle. The 16 | /// default from `HBLinkTableCell` is NO, however, `HBTwitterCell` overrides this to YES. | 17 | ///