I made a great program. This is the type of header I used:
@interface:BGDetailBusinessViewController<UITableViewDataSource,UITableViewDelegate,UITextFieldDelegate,UIScrollViewDelegate,BGDetailFooterViewProtocol,BGDetailPhotoCell,PageControlDelegate,UINavigationControllerDelegate,UIActionSheetDelegate,BGShareSocialDelegate,BGReviewControllerProtocol>
I think the code is smell. This single BGDetailBusinessViewController.m file BGDetailBusinessViewController.m responsible for handling too many things.
What is the normal pattern for odor removal?
Is there any open source code sample of large Objective-C codes? Thus, we can all see how a professional works when they make a really really really really big program.
source share