Add support for contentInset and make ASButtonNode a bit more threadsafe

This commit is contained in:
Garrett Moon
2016-02-04 17:40:16 -08:00
parent 35a4b268d6
commit 64f36d4499
2 changed files with 72 additions and 9 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.
*