LoginSignup
2
2

More than 5 years have passed since last update.

Swift で CustomCell を作る

Posted at

こちらを参考に進めたが一部ハマったので、メモ
http://qiita.com/BigSea/items/9aa35b95e5d4d1dc8a52

StoryboardからLabelとUIImageViewを結びつける必要がありますのやり方がわからなかった。

Custom Class の Class に変更
http://ndinc.d.pr/1jX27/3c7ivKPf

Indentifier を CustomCell にする
http://ndinc.d.pr/16XcL/1PlfBqk7

その後

    @IBOutlet weak var name: UILabel!
    @IBOutlet weak var iconImage: UIImageView!

と UIImageView を紐付け。

ほかはそのまま出来ました。ありがとうございます。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2