質問編集履歴

3

誤字

2018/03/05 11:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,7 @@
100
100
 
101
101
 
102
102
 
103
- let cell = tableView.dequeueReusableCell(withIdentifier: "hogeHoge", for: indexPath)
103
+ let cell = tableView.dequeueReusableCell(withIdentifier: "Hogehoge", for: indexPath)
104
104
 
105
105
 
106
106
 

2

誤字

2018/03/05 11:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
62
62
 
63
- return sectionItem[section] as? String
63
+ return sectionItems[section] as? String
64
64
 
65
65
  }
66
66
 

1

誤字

2018/03/05 11:25

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Sfift 4のUITableViewでStyleをGroupedにした際に、2個目以降のセクションが表示できない
1
+ Swift 4のUITableViewでStyleをGroupedにした際に、2個目以降のセクションが表示できない
test CHANGED
File without changes