ephread / Instructions

Create walkthroughs and guided tours (coach marks) in a simple way, with Swift.
MIT License
5.16k stars 491 forks source link

Changed the FlowManager.currentIndex getter to public #298

Closed twomedia closed 1 year ago

twomedia commented 1 year ago

This PR exposes the FlowManager.currentIndex getter, while keeping the setter private.

This allows us to reference the flows current index which is required in some of our more advanced workflows.

chluk23 commented 1 year ago

Yes we need this change on our side too

ephread commented 1 year ago

Thanks!