MindFusion.Diagramming for iOS 1.5

Released: Jun 1, 2022

1.5 での更新項目

機能

  • 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.