Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanakaworld/ios_storyboard_sample

iOS の UI 画面遷移を試す
https://github.com/tanakaworld/ios_storyboard_sample

Last synced: 8 days ago
JSON representation

iOS の UI 画面遷移を試す

Awesome Lists containing this project

README

        

# iOS サンプルをいろいろつくってみる

[ドットインストール](http://dotinstall.com/lessons/basic_iphoneapp/ "ドットインストール")を参考に

# 覚え書き

## AutoLayoutでデバイス回転対応
## セグエを用いた画面遷移
- ViewController の設置
- 画面遷移設定(Button 選択 + Control + 遷移先へドラッグドロップ)
- 画面遷移 Transition, Style

## 元の画面に戻る(セグエの設定はしない)
- goBack の実装
- Exit への接続

## Navigation Controller
- 画面遷移設定で「push」を指定
- TextView の設定
- Map の有効化
- MapView の設置

## Tab Bar Controller
- 画面遷移設定で「RelasionShip Segue > view controllers」を指定
- タブアイコンの変更
- タブバッジの設定

## 動的ページ書き換え
- アシスタントエディタの活用(alt + 指定ファイルで開く)
- 部品の登録で, 自動的に .m ファイルに処理が書かれる方法がわからない。。。