@
@
@gtd2014-02-27 15:12:38
iOS
@gtd, 2014-02-27 15:12:38

What is the best way to remove elements from the list in terms of user experience?

Hello.
Need some usability advice.
There is a certain application for the iPhone and on one of its screens the UIPickerView element is released, which displays a list of elements (the number of elements is around 5-20 pieces).
What is the best way to remove elements from the list in terms of user experience?
My options:
1. Embed a proportional delete button in each picker element (is it possible at all? It's not very clear from the documentation). I do not like it, it will be bulky in appearance.
2. Delete the element on the slide to the right (for example). Looks nice, but is it implementable in picker?
3. Do not use a picker, but make a sliding table (in the cells of which you can put a button and the slide will definitely work). I also don’t like it very much: when the user scrolls to the bottom of the list, he will not see the elements that are located before the table (this list does not start from the very top of the screen).
Is there a better solution? Thanks in advance for your advice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2014-02-27
@alexyat

3rd option, and make the table not full screen. Give it a frame like pickerView.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question