venmo / VENCalculatorInputView

Calculator keyboard used in the Venmo iOS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameterize VENCalculatorInputView colors/fonts

vprtwn opened this issue · comments

@property (strong, nonatomic) UIColor *buttonTitleColor;
@property (strong, nonatomic) UIFont *buttonTitleFont;
@property (strong, nonatomic) UIColor *buttonTitleShadowColor;
@property (strong, nonatomic) UIColor *buttonHighlightedColor;
@property (strong, nonatomic) UIColor *buttonBorderColor;
@property (strong, nonatomic) UIColor *numberButtonBackgroundColor;
@property (strong, nonatomic) UIColor *operationButtonBackgroundColor;

Good idea! I'm going to open dev that today 🐙

woot!

Just PR'd v1.1.0 to CocoaPods with these changes. :octocat: