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 5d00fce commit 15dd8b0Copy full SHA for 15dd8b0
1 file changed
TORoundedButton/TORoundedButton.m
@@ -68,6 +68,10 @@ @implementation TORoundedButton {
68
UIImpactFeedbackGenerator *_impactGenerator;
69
}
70
71
+// We redlared `tintColor` in the header to make it more obvious that's how
72
+// you control the background color. Skip synthesizing any accessors in here.
73
+@dynamic tintColor;
74
+
75
#pragma mark - View Creation -
76
77
- (instancetype)init {
0 commit comments