LGAlertView icon indicating copy to clipboard operation
LGAlertView copied to clipboard

actionHandler problem

Open semnyqu opened this issue 7 years ago • 2 comments

why? actionHandler from

^(LGAlertView *alertView, NSString *title, NSUInteger index)

to ^(LGAlertView *alertView, NSUInteger index, NSString *title) ;

So unreasonable!!!

semnyqu avatar Jun 27 '17 01:06 semnyqu

It's a stupid design!

frankfan1990 avatar Aug 04 '17 14:08 frankfan1990

What the problem more descriptive? We have LGAlertViewActionHandler

typedef void (^ _Nullable LGAlertViewActionHandler)(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title);

It is the same everywhere.

Friend-LGA avatar Mar 27 '18 08:03 Friend-LGA