WatchOS and tvOS Apps using Objective C

Hi,

Can we create a dependent/independent WatchOS application and a tvOS application using Objective C ? If yes, can some sample be shared please.

When I go to create these applications from XCode, in the language dropdown, only Swift is available as an option.

Thanks !

Replies

On creating a new project, if Interface is set to "SwiftUI", then the only available language will be "Swift".

Setting Interface to "Storyboard" gives the choice of Swift or Objective-C

  • Is it possible to create user interfaces for watchOS programmatically ? i.e. without using the StoryBoard files ?

Add a Comment