search

Home  >  Q&A  >  body text

objective-c - 怎么用iOS中UITableView 实现上拉及下拉刷新?

怎么利用原生API实现上拉刷新和下拉加载?

仅有的幸福仅有的幸福2823 days ago713

reply all(2)I'll reply

  • 阿神

    阿神2017-04-28 09:07:30

    The native control UIRefreshControl can only do pull-down refresh. It is recommended to use a third-party library for pull-down refresh

    reply
    0
  • PHP中文网

    PHP中文网2017-04-28 09:07:30

    You can refer to the original Three20 framework to encapsulate more button and more button cell, and use UITableViewCell to display loading images or animations! When displayed, send a request to request data

    reply
    0
  • Cancelreply