-
Notifications
You must be signed in to change notification settings - Fork 501
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
Improve Skip Button customization #182
Comments
Pass you custom button with desired frame: EAIntroView/Example/Source/ViewController.m Lines 127 to 136 in 6c4f116
|
This library is use AutoLayout inner code, so button height changed fit heigh. So I think you have to add skipbutton height property and add constraint height if user set it, Can you create skip button with height 100 with your code?
|
Sounds legit. I'll check this. |
Confirmed, will make a note for improving customization in next releases. |
Any update to set height of button ? |
When customize the skip button, the height is more than 40dp, and I set btn.layer.cornerRadius equals 20, and masks to bouds yes, but the btn was not rounded correctly. |
There is a workaround. Create blank UIImage of a size that you want you button be and set is as a background.
Use this extension to create a blank image:
|
How can I change the height of skip button?
The text was updated successfully, but these errors were encountered: