main (主目录结构)
模块一:
- Controller
- View
- Model
- Other
模块二: - Controller
- View
- Model
- Other
Common(基类、公用类)
- BaseView
- BaseController
- Navigation
- Tabbar
- Other
Operation(操作类)
- Utils(工具类)
- Category(分类)
- DataBase(数据库)
- Network(网络)
Vender (第三方)
Config(项目配置)
- Const.h(常量文件)
- AppMacro.h(app宏定义)
- VendorMacro.h(三方宏定义)
- NotificationMacro.h(通知宏定义)
- UtilsMacro.h(方便用的宏定义)
Resources(资源)
- Image(图片)
- Plist(plist文件)
- Audio(MP3、MP4)
Supporting Files(系统生成文件)
- Appdelegate
- Info.plist
- Main.m
- Localizable.strings(国际化文件)
- Launch Screen.storyboard