Pradumna Patil
Pradumna Patil

Reputation: 2220

How do I create an empty project in Xcode 6 for watchKit?

I am working first time on watchkit where when i am adding target as apple watchkit it creates an target for apple watchwith storyboard but i want to create an empty project for watchkit where i can add my xibs So if anybody knows please help.

Thanks in advance.

Upvotes: 0

Views: 51

Answers (1)

iOSNoob
iOSNoob

Reputation: 1420

Practically you can not add xib for iWatch app. It only allows you to add storyboard by default. Try to add new file to Watchkit/iWatch project it generally shows like this in xcode, Xcode adding a file to iwatch app extension

So in any case you have to use storyboard for iwatch watchkit app.

Upvotes: 1

Related Questions