Answer the question
In order to leave comments, you need to log in
How to make a booking grid?
How can I do that? Tried to google, but found nothing reasonable. Tell a beginner junior. At least where to start.
Answer the question
In order to leave comments, you need to log in
The task is pretty basic. If it’s not at all clear how to approach it, it’s best to start by learning the basics of creating a UI for iOS, watch / read a couple of lessons on the topic, deal with the Xcode interface editor, basic visual components, autolayout. At a glance:
1) If there is no need to create such views programmatically in large numbers, you can make it up with handles in XIBs/storyboards.
2) If you do it programmatically - look towards working with UICollectionView or UIScrollView with adding buttons and constraints in the code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question