Skip to content

2.12.3

Compare
Choose a tag to compare
@catt-stefano catt-stefano released this 24 Oct 12:58
· 29 commits to master since this release

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.