Christos Hayward
Christos Hayward

Reputation: 5993

How can I add a XIB file to an iOS app that uses storyboards?

If I shouldn't try to add a XIB file to an iOS app that already has storyboards, please let me know, but if there is a way to add XIB files or otherwise set Interface Builder constraints to elements, how can I do that?

Thanks,

Upvotes: 2

Views: 136

Answers (2)

Woodstock
Woodstock

Reputation: 22926

You can add them no issue, just add a new Objective C class with NIB for UI

Upvotes: 1

codercat
codercat

Reputation: 23271

You can add xib file on your when you have using the storyboard. That will not showing any warning or issue. But you can integrated xib file to any one of class if create xib file separately

enter image description here

Upvotes: 1

Related Questions