Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 画面遷移を試す
- Host: GitHub
- URL: https://github.com/tanakaworld/ios_storyboard_sample
- Owner: tanakaworld
- Created: 2013-10-27T07:46:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-27T14:51:16.000Z (about 11 years ago)
- Last Synced: 2023-08-04T16:13:16.258Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ファイルに処理が書かれる方法がわからない。。。