soft-eng-practicum / inClassChatApp

A cross platform chat application for classrooms!
0 stars 0 forks source link

UI too clunky #22

Open arifsundrani opened 9 years ago

arifsundrani commented 9 years ago

I was reading something about sprite kit framework that could help with the ui or maybe the transitions. Look into adding that. Also, if you are going to specifically do IPhone only, when you switch in Xcode from auto layouts to non-auto you will get build errors because you will have to remap textboxes, buttons, actions, and such.

arifsundrani commented 9 years ago

Sorry, apple calls it sprite kit. It's a built in framework (probably). I suggest looking at the tutorial here: http://www.raywenderlich.com/84434/sprite-kit-swift-tutorial-beginners for learning how to use it. Also, Apple's documentation here: https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/Introduction/Introduction.html is really well done.