2013年6月17日月曜日

sm111006 中田寛教 2章と3章

2章
 <ビューの種類>
  ピッカー系→UIpickerView, UIDatePicker

  バー系→UINavigationBar, UIToolbar, UITabBar, UISearchBar

  ユーザ待機系→UIProgressView, UIActivityIndicatorView

   ユーザ対話系→UIActionSheet, UIAlertView

  スクロール系→UIScrollView, UITextView, UIWebView

  リスト系→UITableView, UITableViewCell, UITableViewHeaderFooterView,
                      UICollectionView,   UICollectionViewCell

 <UIViewControllerクラス>
  ビューを管理する機能とほかのビューコントローラに遷移させる機能。

<ビューコントローラの種類>
 画面表示支援系→UITableViewController, UICollectionViewController

 画面遷移支援系→UINavigationController, UISplitViewController, UITabBarController,
                                  UIPageViewController

<UIViewとUIViewControllerの組み合わせ例>
  Single View Application, Utility Application, Master Detail Application, Tabbed Application,
  Page-Based Application

<UIViewとUIViewControllerクラスの共通機能>
ユーザアクションイベントを処理する機能。



3章
<データの永続化って何?>
 メモリにあるデータをフラッシュドライブに保存すること。

<フラッシュドライブを構成する3つの領域>
 アプリ領域、OS領域、共有領域

<アプリ固有領域にデータを永続化する方法>
オブジェクトアーカイブ、プロパティリスト、NSUserDefaults、Core Data

0 件のコメント:

コメントを投稿