Ribs: SwiftUI support

Created on 10 Jun 2019  路  2Comments  路  Source: uber/RIBs

Apple released SwiftUI, will RIBs support it?

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ronzohan picture ronzohan  路  5Comments

kronik picture kronik  路  3Comments

Axelsyrex picture Axelsyrex  路  5Comments

dangthaison91 picture dangthaison91  路  8Comments

almozavr picture almozavr  路  4Comments