MindFusion.Diagramming for iOS Releases

Released: Jun 1, 2022

Updates in 1.5

Funktionen

  • Alignment grid - Helps users place diagram items more precisely.
    • The grid can be either visible or invisible.
    • If visible, the grid is painted as a matrix of points or as series of crossing lines.
    • gridColor defines the color with which the alignment points or lines are painted.
  • Miscellaneous
    • MoveNodes behavior now allows you to grab nodes to drag them without using adjustment handles.
    • resizeToFitText method makes nodes large enough to fit their text.
    • Added the measureString method...

Released: Jun 1, 2021

Updates in 1.4

Funktionen

Undo/redo support

  • The Diagram control now supports undo and redo operations. Multiple changes can be recorded as a single undoable operation and it is also possible to create custom undoable operations.

Mac Catalyst support

  • The framework can now be used in macOS applications targeting Mac Catalyst.

Miscellaneous

  • Added createDiagramLink overload for tree views.
  • Added nodeDoubleClicked and linkDoubleClicked events.
  • Added new ImageAlign modes.
  • Added clicked and doubleClicked events...

Released: Aug 19, 2020

Updates in 1.3

Funktionen

  • New Diagram.exportImage method saves a diagram to a specified image file.
  • New Diagram.createImage method returns a UIImage containing the rendered diagram.
  • Added new saveToXml and loadFromXml overloads that take the URL parameter.
  • Added the ability to change background by setting a Diagram's brush or style.backBrush properties.
  • Added support for Swift 5.2.

Fehlerkorrekturen

  • XML serialization fixes.

Released: Apr 12, 2019

Updates in 1.2

Funktionen

  • Added support for Swift 5 and bitcode-enabled builds.
  • DiagramItem.strokeDashStyle property and DashStyle enumeration.
  • Added HandlesStyle.invisible enumeration element.
  • DiagramView.allowInplaceEdit can now be used to prevent double-tap edit.
  • DiagramItem.repaint method.