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

Crash in iOS 11 in method - (UIButton*)customToolbarButtonImage:(UIImage*)image imageSelected:(UIImage*)selectedImage action:(SEL)action #307

Open
VishalSharma91 opened this issue Oct 7, 2018 · 0 comments

Comments

@VishalSharma91
Copy link

I was getting the crash here when I turn on the property of IDM browser _displayArrowButton = YES
I got down to make change to method
- (UIButton*)customToolbarButtonImage:(UIImage*)image imageSelected:(UIImage*)selectedImage action:(SEL)action

from
UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];

To
UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];

and then it worked just fine. What can be the reason?
does anybody face the same thing ?

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

1 participant