danielebogo/DBCamera

Better documentation

Open

#152 aperta il 7 mag 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Objective-C (256 fork)github user discovery
Hacktoberfest

Metriche repository

Star
 (1258 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi,

first thank you for you work! I just started playing around with DBCamera and I think it's unnecessarily hard to figure out which component is doing what. For example the difference between DBCameraViewController and DBCameraContainerViewController isn't apparent nor is it obvious why or when I'd need one, the other or both.

I also wasn't able to spot a difference between the "Open Camera", "Open Camera without Seque" and "Open Camera without Container" examples.

The class level documentation unfortunately doesn't help much either

/**
 *  DBCameraContainerViewController
 */
@interface DBCameraContainerViewController : UIViewController <DBCameraViewControllerSettings>

Maybe it's possible to describe the overall structure and architecture somewhere or document the goal and task of the high level components a in a little more detail?

That'd be terrific!

Guida contributor