Classes

The following classes are available globally.

  • The DataService class provides functionality for interfacing with the Peter Symonds College data service.

    This includes authentication and retrieval of information from the Timetable, Find, Room Timetable, and User services.

    See more

    Declaration

    Swift

    public class DataService
  • Displays a title and a login button to the user.

    This is the first view controller that is presented to the user upon opening app.

    See more

    Declaration

    Swift

    internal class SplashViewController: UIViewController
  • Displays a login page to the user.

    See more

    Declaration

    Swift

    internal class LoginViewController: UIViewController, UIWebViewDelegate
  • The delegate of the currently running UIApplication instance.

    See more

    Declaration

    Swift

    internal class AppDelegate: UIResponder, UIApplicationDelegate