資源簡介
使用navigation和tabBarcontroller進行界面的嵌套跳轉

代碼片段和文件信息
//
//??CollectViewController.m
//??TabBar+NavigationController
//
//??Created?by?administrator?on?15/10/27.
//??Copyright?(c)?2015年?Echo.?All?rights?reserved.
//
#import?“CollectViewController.h“
@interface?CollectViewController?()
@end
@implementation?CollectViewController
-?(id)initWithNibName:(NSString?*)nibNameOrNil?bundle:(NSBundle?*)nibBundleOrNil
{
????self?=?[super?initWithNibName:nibNameOrNil?bundle:nibBundleOrNil];
????if?(self)?{
????????//?Custom?initialization
????}
????return?self;
}
-?(void)viewDidLoad
{
????[super?viewDidLoad];
????self.title?=?@“collect“;
????//?Do?any?additional?setup?after?loading?the?view?from?its?nib.
}
-?(void)didReceiveMemoryWarning
{
????[super?didReceiveMemoryWarning];
????//?Dispose?of?any?resources?that?can?be?recreated.
}
@end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-10-27?19:20??TabBar+NavigationController\
?????文件????????6148??2015-10-27?21:01??TabBar+NavigationController\.DS_Store
?????目錄???????????0??2015-10-27?21:09??__MACOSX\
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\
?????文件?????????120??2015-10-27?21:01??__MACOSX\TabBar+NavigationController\._.DS_Store
?????目錄???????????0??2015-10-27?20:55??TabBar+NavigationController\TabBar+NavigationController\
?????文件?????????248??2015-10-27?19:34??TabBar+NavigationController\TabBar+NavigationController\CollectViewController.h
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\
?????文件?????????171??2015-10-27?19:34??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\._CollectViewController.h
?????文件?????????792??2015-10-27?19:54??TabBar+NavigationController\TabBar+NavigationController\CollectViewController.m
?????文件?????????171??2015-10-27?19:54??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\._CollectViewController.m
?????文件????????1401??2015-10-27?19:47??TabBar+NavigationController\TabBar+NavigationController\CollectViewController.xib
?????目錄???????????0??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\en.lproj\
?????文件??????????45??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\en.lproj\InfoPlist.strings
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\en.lproj\
?????文件?????????171??2015-10-27?16:59??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\en.lproj\._InfoPlist.strings
?????目錄???????????0??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\
?????目錄???????????0??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\AppIcon.appiconset\
?????文件?????????333??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\AppIcon.appiconset\Contents.json
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\AppIcon.appiconset\
?????文件?????????171??2015-10-27?16:59??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\AppIcon.appiconset\._Contents.json
?????目錄???????????0??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\LaunchImage.launchimage\
?????文件?????????442??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\LaunchImage.launchimage\Contents.json
?????目錄???????????0??2015-10-27?21:09??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\LaunchImage.launchimage\
?????文件?????????171??2015-10-27?16:59??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\Images.xcassets\LaunchImage.launchimage\._Contents.json
?????文件?????????310??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\LaoWangAppDelegate.h
?????文件?????????171??2015-10-27?16:59??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\._LaoWangAppDelegate.h
?????文件????????3158??2015-10-27?20:55??TabBar+NavigationController\TabBar+NavigationController\LaoWangAppDelegate.m
?????文件?????????171??2015-10-27?20:55??__MACOSX\TabBar+NavigationController\TabBar+NavigationController\._LaoWangAppDelegate.m
?????文件?????????370??2015-10-27?16:59??TabBar+NavigationController\TabBar+NavigationController\main.m
............此處省略43個文件信息
- 上一篇:霍夫曼圖像壓縮算法
- 下一篇:NVIDIA費米架構白皮書
評論
共有 條評論