简体   繁体   中英

What is the purpose of 'bouncing' in iOS?

In beta testing an iOS application I wrote, I received some feedback to let more elements 'bounce', even if there isn't more content to see, or load in.

While I don't think its necessarily a bad suggestion it got me thinking - what is the purpose of allowing this behavior on UI elements? Is this stated in the HIG somewhere that I missed?

If the list bounces you know that it is at the end instead of just frozen or something. It feels good to get feedback whenever you touch something even if nothing is happening.

While this question is better suited for http://programmers.stackexchange.com , I shall answer it the best I can here:

  • It gives the user feedback that something is happening
  • It helps to prevent the user from accidentally doing something they may not want to do (cancel editing, delete important data) etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM