//
// UITabBarAppDelegate.h
// UITabBar
//
// Created by chen shaohong on 12-10-6.
// Copyright __MyCompanyName__ 2012. All rights reserved.
//
#import <UIKit/UIKit.h>
@class UITabBarViewController;
@interface UITabBarAppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
UITabBarViewController *viewController;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UITabBarViewController *viewController;
@end
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
iphone中的基础控件UITabBar及UITabBarController,适合初学者,主要学习UITabBarController的常用属性设置及其点击事件。 1、UITabBarController是一个容器,一般作为整个程序的rootViewController,容器包含多个ViewController(页面),每个ViewController(页面)对应一个Tab,Tab集中在UITabBar上面显示。 2、UITabBarController容器的属性viewControllers(数组)就是管理ViewController(页面)的,将ViewController(页面)放入数组中,赋值给UITabBarController.viewControllers。 3、tabBarItem属性来改变tabbar上对应的tab显示内容,tabBarItem包含文字和图片,可以不设置图片,例如UITabBarItem *item = [[UITabBarItem alloc] initWithTitle:@"Second" image:nil tag:1]。 4、UITabBar上最多可以显示5个Tab,当我们往UITabBarController中添加超过的viewController超过5个时候,最后一个一个就会自动moreNavigationController
资源推荐
资源详情
资源评论
收起资源包目录
UITabBar.rar (62个子文件)
UITabBar
.DS_Store 6KB
Classes
ViewControllerOne.h 235B
ViewControllerTwo.h 235B
ViewControllerThree.m 871B
UITabBarAppDelegate.h 486B
ViewControllerOne.m 859B
ViewControllerTwo.m 859B
UITabBarViewController.h 477B
UITabBarViewController.m 4KB
UITabBarAppDelegate.m 624B
ViewControllerThree.h 239B
3.png 2KB
main.m 363B
MainWindow.xib 9KB
1.png 2KB
2.png 2KB
UITabBar_Prefix.pch 185B
UITabBarViewController.xib 6KB
UITabBar-Info.plist 909B
build
._UITabBar.build 4KB
Debug-iphonesimulator
UITabBar.app.dSYM
Contents
Info.plist 592B
Resources
DWARF
UITabBar 108KB
UITabBar.app
UITabBarViewController.nib 1KB
3.png 2KB
Info.plist 568B
UITabBar 26KB
1.png 2KB
2.png 2KB
PkgInfo 8B
MainWindow.nib 1KB
UITabBar.build
._UITabBar.pbxindex 4KB
Debug-iphonesimulator
UITabBar.build
UITabBar~.dep 3KB
UITabBar.dep 4KB
build-state~.dat 37KB
UITabBar.hmap 2KB
UITabBar-generated-files.hmap 121B
UITabBar-own-target-headers.hmap 793B
UITabBar-project-headers.hmap 1KB
Objects-normal
i386
main.o 6KB
ViewControllerTwo.o 31KB
ViewControllerOne.o 31KB
UITabBarAppDelegate.o 40KB
UITabBarViewController.o 38KB
UITabBar.LinkFileList 878B
ViewControllerThree.o 32KB
build-state.dat 36KB
UITabBar-all-target-headers.hmap 793B
UITabBar.pbxindex
decls.pbxbtree 120KB
subclasses.pbxbtree 1KB
files.pbxbtree 3KB
protocols.pbxbtree 1KB
pbxindex.header 24B
strings.pbxstrings
strings 249KB
control 256KB
cdecls.pbxbtree 120KB
refs.pbxbtree 93KB
imports.pbxbtree 7KB
categories.pbxbtree 1KB
symbols0.pbxsymbols 526KB
UITabBar.xcodeproj
chenshaohong.pbxuser 9KB
project.pbxproj 14KB
chenshaohong.mode1v3 40KB
共 62 条
- 1
chhosh
- 粉丝: 1
- 资源: 36
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
前往页