Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b8a29ef

Browse files
author
Td Kim
authored
Update README.md
1 parent b3e10b0 commit b8a29ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎iOS10 Advanced Segues/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
##Table View
2-
- Viewcontroller should adopt the
3-
UITableViewDataSource, UITableViewDelegate
1+
## Table View
42

5-
###Conforming to protocol ```UITableViewDataSource```
3+
- Viewcontroller should adopt the UITableViewDataSource, UITableViewDelegate
4+
5+
### Conforming to protocol ```UITableViewDataSource```
66

77
```swift
88
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
@@ -20,15 +20,15 @@ public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPat
2020
```
2121

2222

23-
###when you select table view cell,
23+
###when you select table view cell,
2424
```swift
2525
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
2626
activeRow = indexPath.row
2727
performSegue(withIdentifier: "toSecondViewController", sender: nil)
2828
}
2929
```
3030

31-
##Segue
31+
##Segue
3232
```swift
3333
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
3434

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /