Re: Bundle build setting that renames or compresses storyboards, xibs and nibs
Re: Bundle build setting that renames or compresses storyboards, xibs and nibs
- Subject: Re: Bundle build setting that renames or compresses storyboards, xibs and nibs
- From: Alex Zavatone <email@hidden>
- Date: Tue, 01 Mar 2016 14:38:36 -0500
So, they aren't data files then.
Should I expect to present an initial view controller in a storyboard without needing to reference a bundle or include the storyboard in a bundle?
On Mar 1, 2016, at 1:24 PM, Jens Alfke wrote: On Mar 1, 2016, at 6:57 AM, Alex Zavatone < email@hidden> wrote:
Well, in the resources bundle, it's no longer a .storyboard file, but a .storyboardc file. What a surprise.
Storyboards are source files. They get compiled into a binary form (basically an NSArchive, IIRC) that has a different suffix.
(The same thing happens with .xibs. If you look inside your app bundle, they’ve been compiled into binary .nib files.)
—Jens
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden