1
にアクションを与えるためにどのようにこれは私のコードは私のタブバーのためであるタブバー項目
- (void)viewDidLoad {
[super viewDidLoad];
self.title = NSLocalizedString(@"Crops ", @"Articles");
UITabBar *tabBar = [[UITabBar alloc] initWithFrame:CGRectMake(0, 376, 320, 44)];
item1 = [[UITabBarItem alloc] initWithTitle:@"TypesToTry" image:[UIImage imageNamed:@"crops.png"] tag:0];
item2 = [[UITabBarItem alloc] initWithTitle:@"WhenToPlant" image:[UIImage imageNamed:@"crops.png"] tag:1];
NSArray *items = [NSArray arrayWithObjects:item1,item2,item3,item4,item5, nil];
[tabBar setItems:items animated:YES];
[tabBar setSelectedItem:nil];
tabBar.delegate=self;
[self.view addSubview:tabBar];
}
私はその具体的な説明に行きたい第一のタブをタップし、その場所にいつでもある欲しいものこの行動をしてください。私を助けてください。 質問は簡単かもしれないが、私のために、彼らは難しい:)あり、あなたのタブバーの項目を実行可能にするために、この新しい開発者
おかげ