Skip to content

Releases: nearit/iOS-UI-Bindings

2.12.6

03 Mar 16:43
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Even with openInWebView option on, unsupported links, are opened normally, to avoid a crash.

2.12.4

07 Jan 15:38
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Content dialog is better looking in Dark Mode.

2.12.3

24 Oct 12:58
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • You can set the button global corner radius. Only available when called from Swift.
// set the radius equal to half the height
NITUIAppearance.sharedInstance.globalButtonLook = .fullRound
// set a specific radius
NITUIAppearance.sharedInstance.globalButtonLook = .radiusOf(2.0)

Bugfixes

  • None.

2.12.2

20 Sep 14:22
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • On iOS13, won't ask for bluetooth permissions.

Bugfixes

  • None.

2.12.1

20 Sep 14:22
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None

Bugfixes

  • Handle NITContent nullable fields.

2.12.0

20 Sep 14:22
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • Compatible with 2.12.0 core library.

Bugfixes

  • Notification center handling.

2.11.9

22 May 08:42
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • Support right-to-left locales.
  • Date format can be overridden.

Bugfixes

  • None.

2.11.8

09 May 14:03
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • Utility method made available for Obj-C.

Bugfixes

  • None.

2.11.7

09 May 11:16
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • New method for opening content dialogs immediately.
  • Pass trackingInfo to custom JSON taps delegate method.

Bugfixes

  • None.

2.11.5

15 Mar 13:55
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • NITCouponViewController and NITNotificationHistoryViewController can be used from Interface Builder.

Bugfixes

  • None.