This commit is contained in:
Aaron Schubert
2016-02-23 10:20:06 +00:00
139 changed files with 6289 additions and 2472 deletions

View File

@@ -37,6 +37,13 @@
*/
@property (nonatomic, assign) ASVerticalAlignment contentVerticalAlignment;
/**
* @discussion insets the title and the image node
*
* @param contentEdgeInsets The insets used around the title and image node
*/
@property (nonatomic, assign) UIEdgeInsets contentEdgeInsets;
/**
* Returns the styled title associated with the specified state.
*