-
Notifications
You must be signed in to change notification settings - Fork 129
FAQ
Quang Nguyen edited this page Aug 22, 2019
·
2 revisions
- How to show a view inside a table view cell?
Please check the instruction at the final comment in this issue thread. - Cannot set the
showcase.backgroundPromptColor
?
Based on SamMcNeilly's answer here, please set theshowcase.backgroundPromptColor
after callingshowcase.setTargetView()
. - How to remove the ripple animation?
Please setshowCase.targetHolderRadius = 0
.