Objective C & Swift -- do they handle both Client and Server Side? -


this general question.

in more "traditional" web or browser based development, have server side languages such java, c#, etc. then, on client side, there html, css & javascript.

what i'm wondering native mobile app development (note: not mobile web development) this...

is there such clear delineation between server side , client side? there separate tools , languages each? if separate, tools used ui development?

or, ios, objective c and/or swift handle both?

server never returns view in mobile development. api can called when data server needed. rest of things (local storage , screens mainly) lay on device. xcode apple (to develop apple based apps) gives interfacebuilder in form of .storyboard files can used both languages, objective-c , swift.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -