Navigate to another swiftui view in the insteadOfCyclingToFirstPage callback #15

Closed
opened 2025-10-14 15:54:15 -06:00 by navan · 0 comments
Owner

Originally created by @anestis1000 on 9/5/2020

Hello
In the callback a.insteadOfCyclingToFirstPage = {
print("do your thing")
}
how can i move to a new swiftUI View. In this point I don't have any navigationView or NavigationLink.
For example if i use something like that:

a.insteadOfCyclingToFirstPage = {
MyView()
}
doesn't do anything (and i think its normal). I receive as warning Result of 'MyView' initializer is unused

Thanks

*Originally created by @anestis1000 on 9/5/2020* Hello In the callback a.insteadOfCyclingToFirstPage = { print("do your thing") } how can i move to a new swiftUI View. In this point I don't have any navigationView or NavigationLink. For example if i use something like that: a.insteadOfCyclingToFirstPage = { MyView() } doesn't do anything (and i think its normal). I receive as warning Result of 'MyView' initializer is unused Thanks
navan closed this issue 2025-10-14 15:54:16 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/ConcentricOnboarding#15
No description provided.