Best way to import a pack or "system" of new classes??
- by Joe Blow
Here's an Advanced question for Advanced developers.
So I've written a largish "subsystem". It is essentially a UIViewController called CleverViewController which is a UIViewController.
Now, there are a large number of supporting classes (about ten) that do the hard work: perform math functions, image processing, purely logical functions, build…