malloc: *** mmap(size=1431658496) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
*** Assertion failure in -[UISectionRowData refreshWithSection:tableView:tableViewRowData:], /SourceCache/UIKit_Sim/UIKit-1914.84/UITableViewRowData.m:377
主要问题为,在tableview的方法中
numberOfRowsInSection:此方法根据数组返回对应的行数。在此一行显示多个自定义cell时候,需要判断数组是否为0,在if中加入[Array count]!=0即可
error: can't allocate region
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
上一篇:将 view 发送到后端
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Module not found: Error: Can‘t resolve ‘path‘
依赖包 package.json。
webpack vue.js javascript node.js desktop