Skip to content

Releases: futuretap/InAppSettingsKit

Fixed web view full size content inset

Choose a tag to compare

@futuretap futuretap released this 04 Nov 10:50
WebView: fixed full size content inset

in some cases, the navigation bar frame isn't yet set correctly in viewWillAppear;
=> set the inset in viewWillLayoutSubviews instead;

Added IASKWebViewFullscreen option

Choose a tag to compare

@futuretap futuretap released this 04 Nov 10:49

More web view improvements for Liquid Glass.

Liquid Glass Improvements

Choose a tag to compare

@futuretap futuretap released this 04 Nov 10:48

The liquid glass appearance of IASKAppSettingsWebViewController has been improved.

TextField and TextView: support dynamic type

Choose a tag to compare

@futuretap futuretap released this 05 Sep 10:05

IASKSettingChangedNotification registration bugfix

Raised deployment target to iOS 12

Choose a tag to compare

@futuretap futuretap released this 05 Sep 10:03

fixed an SPM package resolution error regarding PrivacyInfo.xcprivacy;
removed unnecessary excludes in Package.swift;

Textfield validation: support realtime feedback

Choose a tag to compare

@futuretap futuretap released this 05 Sep 10:02

.okWithReplacement validation results are immediately performed instead of waiting for focus loss;

Fixes for IASKAppSettingsWebViewController

Choose a tag to compare

@futuretap futuretap released this 11 Nov 21:44
  • Allow loading of files (#517)
  • Fixed a crash (#501
  • Add data detectors to make phone numbers etc. interactive

Configurable tint color scheme, localizable web view

Choose a tag to compare

@futuretap futuretap released this 30 Oct 20:53
  • The use of tintColor is now configurable using the new colorScheme property of IASKAppSettingsViewController.
  • Web view controller now catches all http and https URLs. Links with other URL schemes are passed to the system.
  • Web view controller now supports a localized File key. This allows to use language-specific URLs.

Validation logic with auto-fix

Choose a tag to compare

@futuretap futuretap released this 24 Oct 20:34

Added IASKValidationResultOkWithReplacement to indicate that the validation is OK with the replacement performed.
This is useful to auto-fix wrong content (the sample app adds an @ as the account name prefix).

Improve use of tint color

Choose a tag to compare

@futuretap futuretap released this 19 Oct 19:04

Use tintColor for editable content such as the value in PSMultiValueSpecifier or PSChildPaneSpecifier.
Exception: MultiValue elements in list groups are not tinted to emphasize the "Add" button.