Posted April 18, 20214 yr Administrators Download: The distributive is available by request only. Release date: 18 April 2021 Important notes 🚨 We removed value TfgSystemStatusBarVisibility.VisibleAndPush from TfgForm.SystemStatusBar.Visibility. If you use this value in forms, then re-open these forms in the IDE and ignore the absence of this value. New ✨ Supporting the iOS style in the IDE We added supporting the iOS style in the form designer. The switcher is placed on the toolbar of Form Designer on the right side of device class combobox. The switcher is shown only for "Universal" device class. The iOS style supports only half of all controls at this moment, the supporting of remaining controls will be added later in the next releases. Other The TfgForm.SystemStatusBar property is implemented for iOS (iOS). The value TfgSystemStatusBarVisibility.VisibleAndPush was removed. New iOS API headers were added: PhotoKit и ImageIO. Improvements 🙌 Form designer We improved the work of the form designer by revising the logic of changing the size of the form. Previously, the resizable size included a decorative element "system navigation bar", which could be misleading as to what the actual size is set to the form. Now, when you change the size of the form, it is displayed exactly its size without taking into account the decorative elements. Other In older projects, some of the paths for the iOS app icons were not relevant. Therefore, the launch of FGX Native demo projects could end in failure. Now, when you open any old project, the settings are automatically migrated, taking into account the updated icon paths to the current ones. All demo samples were updated for supporting in the latest FGX Native version. Bug Fixes 🐛 FGX-28 Scrolling a TfgScrollBox in designer. FGX-41 The application with TfgCalendar is crashed on Android 5.0 (Android). FGX-42 The first openning form in designer. FGX-43 TfgWebBrowser Access Violation (iOS). FGX-44 PullToRefresh doesn't work, if TfgCollectionView is empty (iOS). FGX-45 Extracting file assets (iOS). FGX-46 Error is rising, when application is using location in TfgMap (iOS). FGX-47 Strange behavior of TfgAssetsManager.Current.AddBitmapFromUrl when clicking on the map marker (iOS). If the form did not fit in the entire form designer, the grid was not displayed in the areas below and to the right. Every time an FGX Native project was opened, the IDE always marked the project as modified, even though there were no actual changes. We fixed it.