Classes

The following classes are available globally.

  • The BOSynchronizeController communicates with the REST-API and stores the responses in the local Database. This will synchronize the online Backend with the local App-Backend.

    See more

    Declaration

    Swift

    class BOSynchronizeController: NSObject
  • simple class conforming to MKAnnotation in order for instances of MapLocation to be displayed on the MapView.

    coordiante is required

    title is optional

    subtitle is optional

    TODO: add image to Annotation and maybe other accessory views

    See more

    Declaration

    Swift

    class MapLocation: NSObject, MKAnnotation