Re: [Pyobjc-dev] multiple-nib example?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-01-02 12:10:49
|
On 2 jan 2004, at 10:44, Steven D.Arnold wrote: > Hi, > > Is there an example of a full XCode-based PyObjC project that uses > multiple NIBs? I looked through the examples but didn't see anything. > Are there any open-source projects that utilize PyObjC that I might > look at? WebServicesTool in the Examples directory is a document-based application that uses multiple NIBs. It uses a Project-builder project and Xcode should be able to use that. Ronald |