Sreejith
Sreejith
We are currently facing a similar issue as well. I can share more insights in a new issue
OK. Fixed it after setting `allowStepWhenNotPresented` to true :)
Have you tried with `Flows.use(myFlow, when: .ready)`
Perfekt @fjtrujy :) thanks for the solution ^^
Hey, I was able to achieve this using a small tweak : Inside SVInfiniteScrollingView, ``` - (void)addInfiniteScrollingWithActionHandler:(void (^)(void))actionHandler { if(!self.infiniteScrollingView) { SVInfiniteScrollingView *view = [[SVInfiniteScrollingView alloc] initWithFrame:CGRectMake(0, self.contentSize.height, self.bounds.size.width, SVInfiniteScrollingViewHeight)];...