Skip to content

Commit

Permalink
修改demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-liyang committed Aug 16, 2019
1 parent c959053 commit 6dd782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LYEmptyViewDemo/Classes/OtherApp/OtherAppViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ - (void)setApp:(ApplicationExsampleType)apptype{
emptyView.actionBtnCornerRadius = 20.f;
emptyView.actionBtnBackGroundColor = MainColor(254, 219, 49);
emptyView.actionBtnBackGroundGradientColors = @[[UIColor redColor], [UIColor orangeColor]];
emptyView.btnMargin = 100.0f;
emptyView.actionBtnMargin = 100.0f;
}
break;

Expand Down

0 comments on commit 6dd782e

Please sign in to comment.