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

*関連ページ [#g331a815]
-[[./テーブル]]
-[[UIButton]]
-[[UIImage]]
-[[UILabel]]
-[[UIView]]
-[[UIImageView]]
-[[UITextView]]
-[[UITableView]]
-[[UITableViewCell]]
-[[UIViewController]]
-[[UITableViewController]]
-[[UINavigationController]]
-[[UIBarButtonItem]]
-[[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
}}

**モーダルビューを表示して閉じる [#n6cb0528]
-親ビューとやりとりすることを考えるとdelegateパターンを使うのがよさげ。
--[[[iPhone] モーダルビューの非表示、値の受け渡しはデリゲートで行う | Sun Limited Mt.:http://blog.syuhari.jp/archives/2079]]
--[[iPhone/iPad @protocolで自前のDelegate - 袖触れ合うも多少の縁:http://www.hirano-dept.com/blog/2011/01/iphoneipad-protocoldelegate.html]]
--[[iphone - Using delegate to pass data between views - Stack Overflow:http://stackoverflow.com/questions/7139667/using-delegate-to-pass-data-between-views]]
-[[Cocoaの日々: iOS5 では UIViewController.parentViewController が nil:http://cocoadays.blogspot.jp/2011/10/ios5-uiviewcontrollerparentviewcontroll.html]]をみるとiOS5とそれより前で親から閉じる方法がかわっているので、よりdelegateパターンを使った方がいいかもしれない。

**要素のサイズ [#w2957745]
-[[iPhone Development 101: Sizes of iPhone UI Elements:http://www.idev101.com/code/User_Interface/sizes.html]]


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