You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On current version there is no way to modify overlay's elements, i.e. continueButton and skipButton.
Settings made in swiftyOnboardViewForOverlay are replaced by inner function set(style:) and overlay is not accessible outside the file.
swiftyOnboardOverlayForPositioncan be use but is not call at init so changes dot not show on the initial display: a user action must occur for this method to be called.
The text was updated successfully, but these errors were encountered:
On current version there is no way to modify overlay's elements, i.e.
continueButton
andskipButton
.Settings made in
swiftyOnboardViewForOverlay
are replaced by inner functionset(style:)
andoverlay
is not accessible outside the file.swiftyOnboardOverlayForPosition
can be use but is not call at init so changes dot not show on the initial display: a user action must occur for this method to be called.The text was updated successfully, but these errors were encountered: