Skip to content

Commit b56896f

Browse files
committed
remove test data
1 parent 9aa249f commit b56896f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Example/Classes/View/CYLPlusButtonSubclass.m

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ + (instancetype)plusButton {
7272
[button setTitleColor:[UIColor grayColor] forState:UIControlStateNormal];
7373
button.titleLabel.font = [UIFont systemFontOfSize:9.5];
7474
[button sizeToFit]; // or set frame in this way `button.frame = CGRectMake(0.0, 0.0, 250, 100);`
75-
button.frame = CGRectMake(0.0, 0.0, 250, 100);
76-
button.backgroundColor = [UIColor redColor];
7775
[button addTarget:button action:@selector(clickPublish) forControlEvents:UIControlEventTouchUpInside];
7876
return button;
7977
}

0 commit comments

Comments
 (0)