Reputation: 63
We built our iOS app in RubyMotion. We are just now building our first Watchkit app and would like to do so in Swift/XCode. The watch app that we plan to build is a companion to our iOS app, but it does not need to communicate with the parent iOS app at all.
Is it possible to add a Swift Watchkit app to an existing iOS app that was not built in Swift?
Upvotes: 4
Views: 811
Reputation: 5451
Yes that is possible. Just enter an new target to your project and choose the language SWIFT to your Watch target:
Upvotes: 1