cell内已经关联的控件无法显示

like button和like number已经和cell关联图片描述

但是运行时,cell内没有like button &like number的显示
cell内容填充使用的是configwithdata,代码如下:
[cell configWithData:[[articleModel alloc] initWithDictionary:[dataArrayArticle objectAtIndex:indexPath.row] error:nil] delegate:self];
该方法对like button和like number都有定义:
图片描述

求问为什么不显示button和number,其他定义的控件都能显示

阅读 1.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进