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
Hey, thank you for open-sourcing such an excellent framework, which helped me achieve the effect I wanted. During use, I hope to switch to the next spotlight by clicking on the background or highlighted view, but it seems that there is no API support.
Can you provide a var nextAction: (() -> ())? { get set } property in the FlowChunk protocol to set the switch to the next spotlight?
Just like this, add a click event to the custom background:
Hey, thank you for open-sourcing such an excellent framework, which helped me achieve the effect I wanted. During use, I hope to switch to the next spotlight by clicking on the background or highlighted view, but it seems that there is no API support.
Can you provide a
var nextAction: (() -> ())? { get set }
property in theFlowChunk
protocol to set the switch to the next spotlight?Just like this, add a click event to the custom background:
The text was updated successfully, but these errors were encountered: