D
D
Dmitry2017-02-16 18:53:16
iOS
Dmitry, 2017-02-16 18:53:16

Is there an alternative to stretching a UIViewController when making very long screens?

Good afternoon.
Faced the following problem, the application should have a window several times larger than the phone screen (as in the picture hkar.ru/NLnH) . It would seem that you can use UIScrollView, and fill as usual in the mainstoryboard. However, if you need a very large screen, you have to stretch it to 10-20 times the real size, you see, this does not look like a normal way.
If you look at the Vkontakte mobile application, for example, the news feed spins down endlessly. I'm sure there is a way, either to load the screen, or, if the information is static, use blanks made in html for example.
So the question is, what is the best way (from the point of view of the convenience of application development) to implement such long windows?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Squatch, 2017-02-16
@Gapnik

uh.. UITableView..?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question