Sharing NIB/XIB between different apps?
Sharing NIB/XIB between different apps?
- Subject: Sharing NIB/XIB between different apps?
- From: Gabriel Zachmann via Cocoa-dev <email@hidden>
- Date: Fri, 6 Mar 2020 16:03:58 +0100
Is it possible to share one NIB/XIB between two different apps?
If yes, what would be the best approach for development: different Xcode
projects, or different targets within the same Xcode project?
More specifically, I have a screensaver with a relatively big configuration
options sheet.
All the connections from the various UI elements go into one and the same .m
file.
The idea is to make a standalone version of the screensaver as a regular app,
with all the same options and features.
So I was hoping that I can share the XIB/NIB and the .m file between the app
and the screensaver.
Dummy question on the side:
so far, the screensaver framework opens the options sheet for me when the user
clicks "Screen saver options".
How would I open it "manually" in my standalone app?
Best regards, Gabriel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden