File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ - (void)deleteCustomButton:(NSUInteger)idx {
196196 if (arrayButtons.buttons .count == 0 ) {
197197 editTableButton.enabled = NO ;
198198 editTableButton.selected = NO ;
199- [Utilities alphaView: noFoundLabel AnimDuration: 0.2 Alpha: 1.0 ];
199+ [noFoundLabel animateAlpha: 1.0 duration: 0.2 ];
200200 }
201201}
202202
@@ -205,11 +205,11 @@ - (void)loadCustomButtons {
205205 customButton *arrayButtons = [customButton new ];
206206 if (arrayButtons.buttons .count == 0 ) {
207207 editTableButton.enabled = NO ;
208- [Utilities alphaView: noFoundLabel AnimDuration: 0.2 Alpha: 1.0 ];
208+ [noFoundLabel animateAlpha: 1.0 duration: 0.2 ];
209209 }
210210 else {
211211 editTableButton.enabled = YES ;
212- [Utilities alphaView: noFoundLabel AnimDuration :0.2 Alpha :0.0 ];
212+ [noFoundLabel animateAlpha :0.0 duration :0.2 ];
213213 }
214214
215215 // Build table with custom buttons
You can’t perform that action at this time.
0 commit comments