今天朋友问MJRefresh为什么上拉加载不显示动画。
查了好半天也没发现什么毛病。
最后发现是Footer类使用的不对
MJRefreshAutoFooter *footer = [MJRefreshAutoFooter footerWithRefreshingTarget:target refreshingAction:action];
换一个类就好了0.0
MJRefreshAutoNormalFooter *footer = [MJRefreshAutoNormalFooter footerWithRefreshingTarget:target refreshingAction:action];