質問するログイン新規登録

質問編集履歴

2

誤字

2016/09/04 05:57

投稿

syoshinsya
syoshinsya

スコア35

title CHANGED
File without changes
body CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  セルに値を設定するデータソースメソッドのところで
6
6
 
7
- Swifでは
7
+ Swiftでは
8
8
  ```
9
9
  /// セルに値を設定するデータソースメソッド(必須)
10
10
  func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {

1

文法の修正

2016/09/04 05:57

投稿

syoshinsya
syoshinsya

スコア35

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
- http://yuu.1000quu.com/use_a_custom_cell_in_swift
1
+ [参考サイト](http://yuu.1000quu.com/use_a_custom_cell_in_swift)
2
2
 
3
3
  上記のサイトを参考にしながら、Objective-CでCustomcellを使用したいと思っています。
4
4