| 测试已测试 | ✗ |
| 语语言 | Obj-CObjective C |
| 许可协议 | MIT |
| 发布最后发布 | 2015 年 9 月 |
由 Ferdly Sethio 维护。
| 依赖项 | |
| AFNetworking | >= 0 |
| SVProgressHUD | >= 0 |
| Mantle | >= 0 |
| NSURL+QueryDictionary | >= 0 |
| FXKeychain | >= 0 |
| TMCache | >= 0 |
查看 NYTimes Objective-C 风格指南 以获取编码和命名风格。
假设您的应用程序名称是 "My Awesome App"
pod "FSCodeTemplate"Prefix.pch 文件移动到 Application 文件夹,请转到 your target > Build Settings 并将 Prefix Header 从 MyAwesomeApp/Prefix.pch 更改为 MyAwesomeApp/Application/Prefix.pchInfo.plist 文件移动到 Application 文件夹,请转到 your target > Build Settings 并将 Info.plist File 从 MyAwesomeApp/Info.plist 更改为 MyAwesomeApp/Application/info.plist 并转到 your target > Build Phase > Copy Bundle Resources 并删除 info.plistFSAppDelegate 继承它UIApplicationDelegate 的工作放在 Managers 中完成FSManager 继承它UIApplicationDelegatedelegatesharedManager,所以您无需重写它@implementation AppDelegate
- (void)initializeManagers
{
[MAAAccountManager sharedManager];
}[MAALoginController fs_newController];Ferdly Sethio,[email protected]
FSCodeTemplate遵循MIT许可证。有关更多信息,请参阅LICENSE文件。