Releases: futuretap/InAppSettingsKit
Releases · futuretap/InAppSettingsKit
Consistency for IASKSettingChangedNotification
- The
IASKSettingChangedNotificationfor aPSTextFieldSpecifiernow sendsIASKAppSettingsViewControlleras the notification object – analogous to all other occurrences of this notification. If your notification observer code needs to access the specifier key, consult the notification's userInfo dictionary.
Mac Catalyst support
- Mac Catalyst support was added.
IASKDatePickerStyle
- In iOS 14+, setting an IASKDatePickerStyle is supported.
- The minimum deployment target has been upped to iOS 9.0 in order to silence warnings in Xcode 12 which no longer supports a deployment target of iOS 8.0.
- Subtitles can depend on the current value by specifying a dictionary with localizable subtitles.
InAppSettingsKit 3.0
InAppSettingsKit 3.0 adds the following new features (see Readme):
- List Groups
- Date Picker
- Toggles with checkmarks
- Support hiding sections
- Custom views can present a child pane on selection
- Text field validation
- Support of text content type
- Migrated the sample app to Swift
- Added extensive header documentation
Upgrading from 2.x?
There are a few breaking changes. See the Release Notes for details.
Fixed iOS 13 warning
Fixed iOS 13 runtime warning #428 using reloadRows in viewWillAppear triggers a UITableViewAlertForLayoutOutsideViewHierarchy warning; resolved by using reloadData instead; deselection animation is now started at the end of the transition not alongside of it;
2.14
Fix carthage build
2.11.1 Bump podspec to 2.11.1