ECLaboratorio / BubbleShowCase-iOS

ShowCase is a framework that provides with a view that you can display to help your users understand your App features
MIT License
47 stars 19 forks source link

Fixes and improvements #5

Open mplatov opened 4 years ago

mplatov commented 4 years ago

In this pull request:

  1. Added attributedDescriptionText property to set bubble description with attributed string (with custom attributes for words in the string)
  2. The bubble was flickering due to redraw even if device rotates slightly. Switch to different api to fix this flickering. Also there was a crash if the bubble has no arrow.
  3. Added optional confirmation alert dialog for skip button. Texts for the dialog can be specified via optional properties.
  4. Added configuration options to make dialog dismissible by tapping on the bubble itself or background.