jdee / ios-knob-control

A generic, reusable knob control for iOS
97 stars 21 forks source link

improve sharing between demo apps #15

Open jdee opened 10 years ago

jdee commented 10 years ago

This has nothing to do with the control, but at the moment, the two demo apps, Obj-C and Swift, are both complete standalone apps, each with its own asset catalog and storyboard, which are essentially identical between the two.

A quick attempt to symlink one asset catalog to the other failed, but at least it should be possible to link the individual images within the catalogs. And it may be possible to reuse storyboards.

jdee commented 10 years ago

The two demo apps now share the same Images.xcassets. Sharing a storyboard may be harder.