We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2bf4 commit defd4f5Copy full SHA for defd4f5
FontAwesomeIconFactory-Extensions/Button/FAButton.h
@@ -12,6 +12,7 @@
12
@interface FAButton : UIButton
13
14
-(void) setIcon:(NIKFontAwesomeIcon)icon;
15
-- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)color;
+- (void)setIcon:(NIKFontAwesomeIcon)icon withSize:(float)size;
16
+- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)fillColor;
17
18
@end
0 commit comments