&tag(Objective-C, UIKit);
*ショートカット [#nafa4169]
,''トピック'',==
,一般,[[./ビュー]]
,''クラス'',==
,ビューコントローラー,[[UIViewController]]

*目次 [#j4c9667f]
#contents

*関連ページ [#g331a815]
-[[UIImage]]
-[[UILabel]]
-[[UIImageView]]
-[[UITextView]]
-[[UITableView]]
-[[UITableViewCell]]
-[[UITableViewController]]
-[[UINavigationController]]
-[[NSIndexPath]]
*Tips [#eb806b5f]
-[[./ページ遷移]]

**Tab Bar ControllerとNavigation Controllerの組み合わせ [#z1a1737b]
-[[iPhone OS View Controllerプログラミングガイド: Tab Bar ControllerとNavigation Controllerの組み合わせ:http://developer.apple.com/jp/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/CombiningToolbarandNavigationControllers/chapter_9_section_1.html]]…Apple公式。
-[[Tab Bar Controller - Navigation Controller - TableView - iPhone Dev SDK Forum:http://www.iphonedevsdk.com/forum/iphone-sdk-development/2447-tab-bar-controller-navigation-controller-tableview.html]]
-[[第297日 Tab Bar ControllerとNavigation Controllerの組み合わせ - 俺のメモログ:http://d.hatena.ne.jp/ekiryu/20100530/p1]]…IBを使って組み込む方法。
-[[UITabBarController に UINavigationController を組み込む: iPhoneアプリ開発備忘録:http://iphone-app-developer.seesaa.net/article/130194298.html]]
**UIImageをスクロールさせる [#u6b69c31]
-[[Cocoaの日々: UIScrollView - サムネイル画像を並べて指でスクロールさせる:http://cocoadays.blogspot.com/2010/07/uiscrollview.html]]

**UIViewに吹き出しをつける [#rf2d1006]
-[[Rounded Corners with an arrow on a UIView with the iPhone SDK 3.0 « Steve @ DynamicEdge:http://steve.dynedge.co.uk/2010/03/09/rounded-corners-with-an-arrow-on-a-uiview-with-the-iphone-sdk-3-0/]]

**プログレスバーをオーバーレイ表示する [#c81bb587]
-[[MBProgressHUD]]

**ステータスバーにネットワークインジケーターを表示する [#v3feedbf]
#pre{{
//表示
[UIApplication sharedApplication].networkActivityIndicatorVisible = YES;
 
//非表示
[UIApplication sharedApplication].networkActivityIndicatorVisible = NO
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS