XCode 6 UICollectionview viewwithtag not working

旧巷老猫 提交于 2019-12-04 10:09:39

I found the solution in doing it the way like I did before. Remove the line to register the cell and put the reuseIdentifier where you handle the cell. Sorry for my late response on this

I had similar problem when I was using Xcode 6.3 beta and IOS 8. I solved it like this. First select view and disable the Size Classes in Storyboard. Then clean and build the app. After that enable the Size Classes . It will work now.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!