Repository metrics
- Stars
- (1,258 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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!