Apple released SwiftUI, will RIBs support it?
We are as excited about SwiftUI as you are, but unfortunately being a large company, we have a policy of typically support current + 2 previous versions of iOS. This means we have a roughly 2 year lag when it comes to technology that Apple does not back port to previous versions.
As a result, it's unlikely you would see any SwiftUI related changes in the near term to RIBs.
I tried to modify SwiftUI tutorial with RIBs.
https://github.com/imairi/HandlingUserInputRIBs
For handling routing operation by RIBs' Router, UINavigationController is used instead of SwiftUI NavigationLink.
If there's a better way, please let me know.
Most helpful comment
We are as excited about SwiftUI as you are, but unfortunately being a large company, we have a policy of typically support current + 2 previous versions of iOS. This means we have a roughly 2 year lag when it comes to technology that Apple does not back port to previous versions.
As a result, it's unlikely you would see any SwiftUI related changes in the near term to RIBs.