My idea was create an application in Juce and after create some custom UIViews with swift to use in Juce project (this because I’d like to implement those UIViews to respond to gestureRecognizer and because I’d like to use native virtual keyboard of iOS and native alert view).
On internet I found many ways to create a c++ bridge file to use in swift, but I’d like to do the opposite. There’s a way to do that?
Thank You in advice!