ASButtonNodeImageAlignment Constants Reference

Declared in ASButtonNode.h

ASButtonNodeImageAlignment

Image alignment defines where the image will be placed relative to the text.

Definition

typedef NS_ENUM(NSInteger, ASButtonNodeImageAlignment ) {
   ASButtonNodeImageAlignmentBeginning,
   ASButtonNodeImageAlignmentEnd,
};

Constants

ASButtonNodeImageAlignmentBeginning

Places the image before the text.

Declared In ASButtonNode.h.

ASButtonNodeImageAlignmentEnd

Places the image after the text.

Declared In ASButtonNode.h.

Declared In

ASButtonNode.h