Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actionHandler problem #31

Open
semnyqu opened this issue Jun 27, 2017 · 2 comments
Open

actionHandler problem #31

semnyqu opened this issue Jun 27, 2017 · 2 comments

Comments

@semnyqu
Copy link

semnyqu commented Jun 27, 2017

why?
actionHandler
from

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

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

So unreasonable!!!

@frankfan1990
Copy link

It's a stupid design!

@Friend-LGA
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants