Hacker News new | ask | show | jobs
by superzadeh 2021 days ago
we tried really hard to bridge the UIKit one, but had some bugs & crashes due to the PageController (the dots underneath). I think it is caused by the fact that a same SwiftUI @State is used by 2 UIKit "bridged" controllers, and is not operated in a thread safe way. So we ended up building it from scratch ourselves, in SwiftUI :)