I have a Carousel view (horizontally aligned images, can be swiped left/right to switch images) above a Table view that displays some information.
Assuming I'd like to give the user the option to hide the carousel view by swiping it to the left/right, will it be considered "User friendly"?
What's the best practice for hiding views that already use gestures? I mean the user already needs to swipe left/right in order to change the centered image, so asking him to "Swipe left/right to hide the view entirely" sounds a little awkward.
What would be a good option is such cases?