We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e10b0 commit b8a29efCopy full SHA for b8a29ef
iOS10 Advanced Segues/README.md
@@ -1,8 +1,8 @@
1
-##Table View
2
-- Viewcontroller should adopt the
3
-UITableViewDataSource, UITableViewDelegate
+## Table View
4
5
-###Conforming to protocol ```UITableViewDataSource```
+- Viewcontroller should adopt the UITableViewDataSource, UITableViewDelegate
+
+### Conforming to protocol ```UITableViewDataSource```
6
7
```swift
8
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
@@ -20,15 +20,15 @@ public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPat
20
```
21
22
23
-###when you select table view cell,
+###when you select table view cell,
24
25
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
26
activeRow = indexPath.row
27
performSegue(withIdentifier: "toSecondViewController", sender: nil)
28
}
29
30
31
-##Segue
+##Segue
32
33
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
34
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments