MindFusion.Diagramming for iOS Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
MindFusion.Diagramming for iOS 1.5Jun 1, 2022
Features
  • 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 which lets you determine the size of strings when rendered with specified font attributes.
    • The framework is now available as a Swift Package and can be added to a project using Xcode's Add Packages command.