I
I
ishlambad2016-10-19 10:03:59
Objective-C
ishlambad, 2016-10-19 10:03:59

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.bc3e8d6089c54af99d4c903f7ff62be6.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Squatch, 2016-10-19
@ishlambad

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.

D
display: block, 2016-10-19
@qork

Таблицей 14*15

P
Petrushka, 2016-10-21
@petruska

я б сделал горизонтальную колекцию с секциями

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question