Good day, tell me, please!

It is necessary to develop a simple application for iPhone and iPad, there will be authorization, several scenes (windows) with buttons, clicking on which requests to the server will be sent.

The question is, what is the easiest way to develop this application, given that there is no development experience for ayos?

Use storybroad or not? (there are more examples on the Internet without it)

Need support, starting with version 5 of Aios, what are the pitfalls?

I would be very grateful for the advice!

    1 answer 1

    Storyboard is a very handy thing for developing simple applications, but at the same time is the best invention for complex applications. It is enough to read in any book about storyboards and you can clip the application. But authorization and other things will need to be studied. Now there are a lot of libraries that allow you to do this for a few pieces of code. But it is necessary to assimilate all this, in any case. What touches 5 wasps, there are nuances about turning views ... but this is a separate topic.

    • And is this situation permissible: to rivet a simple application using the storyboard, and later, difficult things to implement without it? Thanks for the answer! - Costa
    • Not. We'll have to inherit classes from scratch and manually prescribe the coordinates and sizes of the views. I think this is the main drawback of storyboards, the fact that their figs are then customized. It will be necessary to knock out everything from the super class. - BiMaWa
    • permissible. You can use both storyboards and in one project. if the application is simple, it will be easy to do in it. 5s does not support autolayout when the device is flipped. it can not grieve, because This is a decent piece of work. - hash3r
    • But as practice shows, everything will have to be removed and written from scratch on pure Objective-c - BiMaWa
    • Gentlemen) What would you recommend as a result if you plan to chat in the future? anything or storyboard? - Costa