關於MJRefresh上拉載入不顯示圓圈動畫

weixin_34208283發表於2016-07-01

今天朋友問MJRefresh為什麼上拉載入不顯示動畫。
查了好半天也沒發現什麼毛病。
最後發現是Footer類使用的不對

MJRefreshAutoFooter *footer = [MJRefreshAutoFooter footerWithRefreshingTarget:target refreshingAction:action];

換一個類就好了0.0

MJRefreshAutoNormalFooter *footer = [MJRefreshAutoNormalFooter footerWithRefreshingTarget:target refreshingAction:action];

相關文章