Reputation: 2220
I am working first time on watchkit
where when i am adding target as apple watchkit
it creates an target for apple watch
with 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
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,
So in any case you have to use storyboard for iwatch watchkit app.
Upvotes: 1