ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

Tap to next on custom view #175

Closed adubr closed 7 years ago

adubr commented 8 years ago

This PR replaces a background button used for navigation with equivalent gesture recognizer as discussed in #119. It allows to navigate by tapping on custom views.

Accessibility label which was attached to the button is preserved.

Also some trivial refactoring was made in order to improve readability and code structure.

ealeksandrov commented 8 years ago

Looks great, thanks! Give me a couple of days to check this manually and I'll merge this.

adubr commented 8 years ago

Hi @ealeksandrov,

nice to hear! Please tell me if you need help or have questions

ealeksandrov commented 7 years ago

Sorry for late review and thanks for awesome work!