Skip to content

ls1intum/apollon-ios

Repository files navigation

Apollon - UML Modeling Editor

A UML modeling editor application for iOS written in Swift and SwiftUI.

Main Features

Easy to use Editor

The user interface of Apollon iOS is simple to use.

  • Select the diagram type you want to draw or choose to import a file.
  • Adding an element is as easy as choosing the desired element from the elements menu by clicking the + button at the bottom of the screen.
  • Drawing a connection between elements is done by selecting one element and dragging a path to another.
  • Edit the text of any element by selecting it and clicking the menu button. An easy-to-use menu will allow you to do so.
  • Elements can be moved and resized by holding the move or resize button on the selected element.
  • Supports dark and light appearances.
  • Diagrams are saved locally on your device.

Apollon iOS features

Import and Export

Apollon iOS allows importing JSON files for diagrams created on Apollon Standalone or from other users. Diagrams created and edited on the Apollon iOS application can also be exported to JSON, PNG, and PDF, allowing you to share and save your diagrams easily.

UML Diagram Types

Currently, Apollon iOS supports creating multiple UML diagrams, with more types to be added.

The list of UML diagram types includes:

  • Class Diagram
  • Object Diagram
  • Activity Diagram
  • Use Case Diagram
  • Component Diagram

Screenshots

Diagrams Editor Select Element
Edit Element Export Dark Mode

Usage

Download

You can install the app on your iPhone or iPad from the App Store:

Local

  1. Clone the repository
git clone https://github.com/ls1intum/apollon-ios.git
  1. Open the project in Xcode
  2. Compile and run the application in your simulator

Technical

The app was created as a native iOS implementation of the Apollon Standalone web client. We employ the MVVM design pattern as the general architectural pattern. The main modeling functionality is imported from the Apollon-iOS-Module SPM package and utilizes the ApollonEdit module to enable users to create, modify, and interact with UML diagrams. The previews on the home screen utilize the ApollonView module to allow users to see a preview of their diagram. Further, the diagrams are saved locally on the device using SwiftData, so no internet connection is needed.

Contact

For issues or questions regarding the app, please contact Support.