简体   繁体   中英

Cocoa application plugins

I'm wondering if there is some kind of best practice on how to make your application able to take third party developer's own plugins and how to get started on that. I'd love to have a view in my settings where the user can add or remove the plugins. To me this is completely new so I'm thankful for any hint.

Have a look at the Code Loading Programming Topics section on plug-in archietecture.

This section describes how to architect an application for extensibility through plug-ins. If you want to make your application modular, customizable, and easily extensible, you should read this section to learn about the different ways to build a plug-in architecture.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM