Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for iOS, V1.4 (Read 1399 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Diagramming for iOS, V1.4
Jun 1st, 2021 at 1:35pm
Print Post  
We have released version 1.4 of MindFusion.Diagramming for iOS. It contains the following new features and improvements:

Undo / redo support
If the undoEnabled property is set to true, the Diagram control tracks changes done to its items and allows undoing and redoing them later by calling the undo and redo methods respectively. Multiple changes could be recorded as a single undoable operation by enclosing them between startCompositeOperation and commitCompositeOperation calls. It is also possible to create custom undoable operations by deriving from the Command class and calling executeCommand with the custom command as argument.

Mac Catalyst support
The framework can now be used in MacOS applications targeting Mac Catalyst platform.

Miscellaneous
  • createDiagramLink overload for tree views.
  • nodeDoubleClicked and linkDoubleClicked events.
  • new ImageAlign modes.
  • clicked and doubleClicked events.
  • linkHitDistance property.
  • nodeCreating and linkCreating validation events.

Distribution of latest version can be downloaded here, or from the clients area on our site.
https://mindfusion.eu/SwiftDiagram.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint