Robinson
Robinson

Reputation: 63

Can I build a watch app in Swift and add it to an iOS app that was not built in swift?

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

Answers (1)

Stefan
Stefan

Reputation: 5451

Yes that is possible. Just enter an new target to your project and choose the language SWIFT to your Watch target:

enter image description here

enter image description here

enter image description here

Upvotes: 1

Related Questions