Releases

v1.1.43 - 2024.04.05

Application

  • » Fixes rare color parsing and generation issue when using Storyboard created on legacy Xcode version.

v1.1.42 - 2024.01.30

Application

  • » Internal maintenance and optimizations.

v1.1.41 - 2023.12.21

Algorithm

  • » Added missed properties of the NSAttributedString which were causing generation issues.
  • » Fixes issue when generated variable name of the custom subview was conflicting with NSViewController.view property.
  • » Fixes issue when generated variable name of the custom subview was conflicting with NSWindow.delegate property.
  • » Added sRGB color as a replacement for deprecated, since iOS 7, system color UIColor.viewFlipsideBackgroundColor.

v1.1.40 - 2023.10.11

Algorithm

  • » Added missed properties of the NSProgressIndicator which were causing generation issues.

Application

  • » Tab width adjusts itself to fit width of the contents.

v1.1.39 - 2023.08.15

Algorithm

  • » Fixes issue when auto-layout constraints, bound to keyboard layout guide, were not generated properly.

v1.1.38 - 2023.05.19

Application

  • » Internal maintenance and optimizations.

v1.1.37 - 2023.02.27

Algorithm

  • » Fixes issue when cells of the NSTableColumn, in a cell-based NSTableView, were not generated properly.

Application

  • » Adjusted appearance of the auxiliary windows to work properly when document window in full screen mode.

v1.1.36 - 2023.02.09

Algorithm

  • » Fixes issue when mutable string fragment in NSTextView was not generated properly.

v1.1.35 - 2023.01.29

Algorithm

  • » Fixes issue when runtime attributes of the UIPageViewController were not generated.

v1.1.34 - 2023.01.03

Algorithm

  • » Fixes issues which were causing some properties of the NSSplitViewController and NSSegmentedControl not properly generated.

v1.1.33 - 2022.12.28

Algorithm

  • » Fixes issue when in some cases the axis property of the stack view was not generated.

v1.1.32 - 2022.12.14

Algorithm

  • » Fixes issue when some of the top level objects in Storyboard scene were not generated.

v1.1.31 - 2022.11.28

Algorithm

  • » Fixes issue when NSToolbarItem with custom NSView was not generated properly.

v1.1.30 - 2022.11.02

Algorithm

  • » Fixes code generation issue due missed UIColor definition.

v1.1.29 - 2022.09.16

Algorithm

  • » Fixes code generation issue due missed toolTip property of the NSView.

v1.1.28 - 2022.09.07

Algorithm

  • » Fixes issue when header and footer of the UICollectionView were not generated.

v1.1.27 - 2022.09.02

Algorithm

  • » Fixes code generation issues due missed UIColor and NSColor colours.

v1.1.26 - 2022.08.13

Algorithm

  • » Preliminary implementation of the target-action generation for the UIControl and NSControl.

v1.1.25 - 2022.08.08

Application

  • » Added possibility to provide an E-Mail address when submitting Feedback.

v1.1.24 - 2022.07.27

Improvements

  • » Maintenance release with few internal optimizations.

v1.1.23 - 2022.07.04

Algorithm

  • » Improved code generation for NSBox.

v1.1.22 - 2022.06.21

Improvements

  • » Maintenance release with few internal optimizations.

v1.1.21 - 2022.06.10

Algorithm

  • » Improved code generation for UISplitViewController, UINavigationBar and UIBarButtonItem.

v1.1.20 - 2022.05.31

Algorithm

  • » Improved code generation for UIVisualEffectView and NSVisualEffectView.

v1.1.19 - 2022.04.15

Algorithm

  • » Improved code generation for NSToolbar.

v1.1.18 - 2022.02.11

Algorithm

  • » Improved code generation for NSMenu and NSTextField.

v1.1.17 - 2022.02.02

Algorithm

  • » Maintenance release to improve XML parsing preciseness.

v1.1.16 - 2022.01.18

Algorithm

  • » Improved code generation for NSMenu.

v1.1.15 - 2022.01.07

Algorithm

  • » Improved code generation for UICollectionViewFlowLayout.

Application

  • » Performance optimization and memory leaks fixes.

v1.1.14 - 2021.12.26

Algorithm

  • » Fixes XML processing issue for rarely used UIView properties.

v1.1.13 - 2021.12.08

Algorithm

  • » Added support for traits variation generation for UITabBar, UITableView, UITextField, UITextView, UIToolbar.

v1.1.12 - 2021.12.03

Algorithm

  • » Added support for traits variation generation for UISlider, UIStackView, UISwitch.

v1.1.11 - 2021.11.30

Algorithm

  • » Added support for traits variation generation for UISegmentedControl.

v1.1.10 - 2021.11.28

Algorithm

  • » Added support for traits variation generation for UISearchBar.

v1.1.9 - 2021.11.18

Algorithm

  • » Performance improvements when loading large files, especially with Unicode.

v1.1.8 - 2021.11.10

Algorithm

  • » Added support for UIMenu code generation.

v1.1.7 - 2021.10.30

Algorithm

  • » Added support for UIButton.Configuration generation.

v1.1.6 - 2021.10.27

Application

  • » Compatibility maintenance to support macOS 12.

Algorithm

  • » Fixed source code generation error when NSViewController defined as an object.

v1.1.5 - 2021.10.25

Improvements

  • » Added menu View → Font Size to increase, decrease and reset font size.
  • » Added preference setting to change font size in Preferences → Appearance window.

v1.1.4 - 2021.10.23

Improvements

  • » Added dedicated button to save App settings in "Preferences" window on "Defaults" tab.

v1.1.3 - 2021.10.17

Algorithm

  • » Added support for traits variation generation for UIPageControl, UIProgressView.

v1.1.2 - 2021.10.13

Algorithm

  • » Added support for traits variation generation for UINavigationBar.

v1.1.1 - 2021.09.20

Application

  • » Fixed incorrect color for selected text in Dark appearance.

Algorithm

  • » Added support for traits variation generation for UIActivityIndicatorView, UIBarButtonItem, UIButton and UIImageView.

v1.1.0 - 2021.09.08

Algorithm

  • » Added preliminary support for traits variation generation.

v1.0.17 - 2021.08.31

Algorithm

  • » Fixes issue when generated initializer of the UICollectionReusableView was not a designated initializer.

v1.0.16 - 2021.08.06

Algorithm

  • » Fixes issue when font weight was missed when generating UIFont.

v1.0.15 - 2021.07.29

Application

  • » Fixes issue when Xib-files with Unicode symbols may have misplaced color highlighting.

v1.0.14 - 2021.06.28

Algorithm

  • » Fixes issue when "loadView" method was not generated in UIViewController on iOS and tvOS platforms.

v1.0.13 - 2021.06.18

Algorithm

  • » Improved generation of the NSGridView, NSPanel, NSViewController, NSWindowController, NSPageController, NSSplitViewController, NSTabViewController, NSPanGestureRecognizer, ABPeoplePickerView, ABPersonView, SCNView, AVPlayerView, MKMapView, PDFView, PDFThumbnailView and WKWebView for macOS platform.

v1.0.12 - 2021.06.10

Algorithm

  • » Improved generation of the NSClipView, NSView, NSScrollView, NSTextView, NSTableView, NSOutlineView, NSBrowser, NSCollectionView, NSSplitView, NSTabView, NSBox and NSVisualEffectView for macOS platform.

v1.0.11 - 2021.06.03

Algorithm

  • » Improved generation of the NSSwitch, NSStepper, NSSlider, NSProgressIndicator, NSPathControl, NSLevelIndicator and NSColorWell for macOS platform.

v1.0.10 - 2021.06.02

Algorithm

  • » Improved generation of the NSComboBox, NSDatePicker, NSSearchField and NSTokenField for macOS platform.

v1.0.9 - 2021.05.31

Algorithm

  • » Improved generation of the NSPopUpButton and NSTextField for macOS platform.

v1.0.8 - 2021.05.21

Algorithm

  • » Implemented generation of TVCardView, TVPosterView, TVMonogramView, TVCaptionButtonView for tvOS platform.
  • » Added missed properties for NSStackView and NSWindow for macOS platform.

v1.0.7 - 2021.05.15

Algorithm

  • » Implemented generation of symbol configuration properties on UISegmentedControl and UISlider for iOS and tvOS platforms.
  • » Added missed properties for UISwitch, UIPageControl, UIProgressView, UITextView, UITextField for iOS and tvOS platforms.
  • » Added missed properties for NSSegmentedControl for macOS platform.
  • » Improved NSMutableAttributedString generation.

v1.0.6 - 2021.05.08

Algorithm

  • » Implemented generation of symbol configuration properties on UIImageView and UIButton for both iOS and tvOS platforms.

v1.0.5 - 2021.03.20

Algorithm

  • » Improved UILabel generation for tvOS platform.
  • » Generated constraints activated using "isActive" property syntax.
  • » Constraints which have IBOutlet connection obtaining name from that IBOutlet connection.

v1.0.4 - 2021.03.11

Algorithm

  • » Improved UIButton generation for iOS, tvOS platforms.

v1.0.3 - 2021.02.28

Application

  • » Added new menu item to reload current document: File → Reload.

Algorithm

  • » Added missed standard colors to UIColor and NSColor on iOS, tvOS, macOS.

v1.0.2 - 2021.02.15

Application

  • » Release notes window replaced with web url link.

v1.0.1 - 2021.02.07

Algorithm

  • » Type initializer now uses the value of custom type set in "customClass" attribute.
  • » Fixes issue which causes wrong float number generation when xib contains big number (with exponent).

v1.0.0 - 2021.01.29

Application

  • » Introduced support of Xib and Storyboard files conversion to Swift source code.
  • » Semantic syntax highlight for Xib and Storyboard files, based on UI element or property type.
  • » Automatic highlighting of Swift code, generated from selected UI element or property.