i'm working on legacy code few years ago uses aqgridview instead of default uicollectionview. weird problem works fine in simulator regardless of type of simulator, when deploy ipad, works on ipad 3(and before) not work on ipad air , ipad air 2, fail work mean of cells in grid cell can not clicked. has ideas on it? thanks.
i encoutered same issue today, , figured out maybe have 64bit code.
please refer method_getimplementation crashes on 64-bit iphone 5s , https://github.com/alanquatermain/aqgridview/pull/211, use code second link replace implementation of - (uiview *) _basichittest: (cgpoint) point withevent: (uievent *) event in aqgridview.m, , works! hope helps.
Comments
Post a Comment