Can Balkaya

Results 12 comments of Can Balkaya

Hi. Is there any progress on this issue?

I found a simple solution. The reason for the error is to use the same `UIViewController` inside the `UITabBarController`. I create a new coordinator and `UIViewController` like this: ```swift import...

Hi. I want to know if RedirectionRouter can help me to segment a huge flow. For example, I have "a huge flow" within some "small flows"; permission, authentication and onboarding....

Same issue. I added an array of type `() -> Void` inside the segmented control element in order to take actions when the index changes: ``` flatSegmentedControl.actions = [ {...

Same problem. Any news?

> Sorry to ask but how do you edit the SwiftPM? Hey @SammyAlvarado. In order to edit SPM, you need to take it to the locally. You can read this...

Same issue. If I use exact version of 4.0.0, I get an error below: - 'IGListDiffKit/IGListDiffable.h' file not found

> I have the same problem in SPM, I have to use the penultimate commit: https://github.com/Instagram/IGListKit/commits/main > > **[b22a10e](https://github.com/Instagram/IGListKit/commit/b22a10e47ffa87c79993ea19db7b52605e83ebbf)** > > this works for me! @almeidalf, when I try to...