InAppSettingsKit Versions Save

This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app.

3.6

3 months ago

When using IASKCellImage InAppSettingsKit falls back to SF Symbols if the image is not found as a resource in the project.

3.5

5 months ago
  • added bundle property allowing InAppSettings.bundle to be part of the swift package instead of the main app

3.4

10 months ago
  • raised deployment target to iOS 10.0
  • declare Catalyst support for SPM
  • Added IASKUITextAlignmentNatural text alignment

3.3.6

2 years ago

3.3.5

2 years ago

3.3

3 years ago
  • The IASKSettingChangedNotification for a PSTextFieldSpecifier now sends IASKAppSettingsViewController as 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.

3.2

3 years ago
  • Mac Catalyst support was added.

3.1

3 years ago
  • 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.

3.0

4 years ago

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.

2.15

4 years ago