A
A
Alex Rubera2017-02-16 16:00:18
iOS
Alex Rubera, 2017-02-16 16:00:18

How to organize such a layout?

d6d6009704094b2980ae4db18dce86ae.png9ee6cfdb165b4942b65ff3f73cd020f2.png

I'm only interested in additional navigation, which in both examples I circled with an orange frame. It can be scrolled horizontally in search of the desired menu item.
In short, there is a catalog of products divided into categories. There are more than five categories. Their names can consist of two or three words. All this will not fit on one line within one screen. I do not want to select a separate screen within the Navigation Controller, because these are unnecessary gestures for the user (each time to open a list of categories).
How to make such additional navigation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
ManWithBear, 2017-02-16
@alx

If you want to do it yourself, then: UICollectionView
If you need ready-made, then: XLPagerTabStrip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question