View

Pull to refresh ios

Pull to refresh ios
  1. How to add pull to refresh to a table view or collection view?

How to add pull to refresh to a table view or collection view?

Add-Pull-to-Refresh-in-TableView-or-CollectionView

viewDidLoad() let refreshControl = UIRefreshControl() refreshControl. addTarget(self, action: #selector(doSomething), for: . valueChanged) // this is the replacement of implementing: "collectionView. addSubview(refreshControl)" collectionView.

What is alternative way to show information without tooltip on mobile? [duplicate]
What can I use instead of a tooltip?Are there tooltips on mobile?When should you not use tooltip? What can I use instead of a tooltip?You can use mo...
User testing metrics - time on task
How do you measure time on task usability testing?Is time on task recorded with every test?Why is time on task not always the best measure of usabili...
Obtaining metrics to prove your designs will improve the UX
What are UX design metrics?How can I improve my UX metrics? What are UX design metrics?UX metrics are a set of quantitative data points used to meas...