IFD:IOSDev/Projects/Andreas: Difference between revisions

From Medien Wiki
Line 49: Line 49:
== Classes ==
== Classes ==


=== Model ===
=== TBXML ===


=== View ===
This application reads xml date through the [http://www.tbxml.co.uk/TBXML/TBXML_Free.html tbxml] framework.


=== Controller ===
=== LivingCampusAppDelegate ===
The application delegate class. It has a reference to the LivingCampusViewController
 
=== LivingCampusViewController ===
The root controller for the Living Campus app. It controls the main things, like intro, outro animation, displaying the menu points and menu items for every menu point. It has also a reference to the basic model class named LivingCampusModel
 
=== Controller group ===
 
==== InitLoaderController class ====
This class controls the init loader for the app. This means the movement of the red filled logo and also the animation with a pencil, that writes text to complete the logo of the university.
 
==== Content group ====
 
This group contains all content specific controllers.
 
ContentContainerController
 
ImpressumContainerController
 
TopContentController
 
CampusMapTopController
 
PinwallTopController
 
ProjectTopController
 
ContentController
 
TxtContentController
 
ImgContentController
 
DownloadContentController
 
=== View group ===
 
=== Model group ===