Re: Xcode losing Object Label names
Re: Xcode losing Object Label names
- Subject: Re: Xcode losing Object Label names
- From: Kyle Sluder <email@hidden>
- Date: Mon, 08 Dec 2014 11:57:06 -0600
On Sun, Dec 7, 2014, at 11:12 PM, Trygve Inda wrote:
> When I instantiate a custom object in a .xib in Xcode 6, xcode is not
> remembering the custom label names for it.
Instantiate at runtime, or instantiate by dragging from the object
palette?
Xcode labels are transient. If you want something that persists at
runtime, use the object identifier (which maps to the
<NSUserInterfaceItemIdentification>.identifier property).
>
> Also, some objects seem to have IDs like "8457", but new ones have IDS
> like
> "zbA-2l-bZk"
Just a change in the ID format as NIBs have evolved over time.
--Kyle Sluder
_______________________________________________
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