load a NIB from NSData
load a NIB from NSData
- Subject: load a NIB from NSData
- From: Timothy Ritchey <email@hidden>
- Date: Wed, 12 Jun 2002 09:41:05 -0500
I am trying to figure out if there is a way to load a NIB file that has
been loaded into an NSData object that I am passing over a DO
connection. The inelegant method would be to write the NSData object out
to a file, and then use the loadNibNamed:owner: selector on it. Any
ideas how I might just do it with the in-memory object? Is there a way
to treat an NSData object as a memory mapped file perhaps?
- tim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.