diff --git a/LYEmptyViewDemo/Classes/OtherApp/OtherAppViewController.m b/LYEmptyViewDemo/Classes/OtherApp/OtherAppViewController.m index 841f2c9..79bfee3 100644 --- a/LYEmptyViewDemo/Classes/OtherApp/OtherAppViewController.m +++ b/LYEmptyViewDemo/Classes/OtherApp/OtherAppViewController.m @@ -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;