今回は、UITabBar と UITabBarItem の使い方についてです。
UITabBar を使い、UITabBarItems や view を追加する方法です。
1. UITabBar テンプレート を使ってプロジェクトを作成
まず、タイトルの通りに XCode の UITabBar テンプレートを使って、プロジェクトを作成します。
…
ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; picker.peoplePickerDelegate = self; [self.navigationController presentModalViewController:picker animated:NO]; [picker release];
graffiti on the web
この投稿へのコメント
コメントはまだありません。