3
3

More than 5 years have passed since last update.

storyBoard上でcollectionViewCell設定したのにcustomCellが反映されない時のハマりどころ

Last updated at Posted at 2014-01-30
//StoryBoardでcustomCell使う時は以下をコメントアウト
//[self.collectionView registerClass:[#自作customCellクラス class] forCellWithReuseIdentifier:@"cellidentifier"];

参考URL
"ios - UILabel in custom UICollectionViewCell always null, can't update text - Stack Overflow"
http://stackoverflow.com/questions/15824225/uilabel-in-custom-uicollectionviewcell-always-null-cant-update-text

コードで書き切ろうとしてやっぱstoryBoradで作ろうとした時に陥りがち

3
3
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
3
3