How do Xcode best implement horizontal scrolling of buttons? What tools can you recommend? (I'm just a beginner)
- It is not clear what you mean. If scrolling the surface on which the buttons are located - use UIScrollView - Ivan Kramarchuk
- If you clarified your question with a specific case, it would be easier to answer it qualitatively, because for horizontal scrolling you can use both UIScrollView and UICollectionView everything depends on the situation. - Ildar.Z
|