rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

SCRecorder interface builder support #157

Closed ArkadiYoskovitz closed 9 years ago

ArkadiYoskovitz commented 9 years ago

Some of the SCRecorder library classes are meant to be used with interface builder, such as the SCVideoPlayerView, they should expose IBOutlets for things that are usually set in interface builder, like the delegate property and such.

rFlex commented 9 years ago

Just pushed. Did you find anything else that the delegate of SCVideoPlayerView?

ArkadiYoskovitz commented 9 years ago

That was the only think that really bugged me about the current library version.

Frankly its a question of what you want to do.

Personally i think that going IB_Designable is a good idea, which means that everything that has to do with UI classes should be exposed but you might not want to do that if you wand a backward support.

rFlex commented 9 years ago

Thanks for the idea ;)