You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.myCustomViewItem = (MyCustomViewItem *)self.item;
you must,assgin self.item value to customViewItem before use customViewItem.
Like this , it work good!!!
英语不好见谅啊
itemWithImageNamed don't show image , also custom item & cell,
Like Demo in "ListImageCell"
{
[super cellWillAppear];
[self.pictureView setImage:[UIImage imageNamed:self.imageItem.imageName]];
}
but, self.imageItem.imageName is nil,I don't konw what happened!
The text was updated successfully, but these errors were encountered: