Skip to content

Releases: teufelaudio/UIExtensions

Link FoundationExtensions statically

06 Sep 14:48
f08014d
Compare
Choose a tag to compare

Making FoundationExtensions the static default.

Renamed static / dynamic, make sure that packages without any suffix are static. This unifies a inconsistency in a lot of frameworks used in our products. Also, static linking is is an attempt to fix this issue while deploying to TestFlight / AppStore:

ITMS-90334: Invalid Code Signature Identifier. The identifier "FoundationExtensions-5555494443d5626ab868338a93cce6b274e34595"
in your code signature for "FoundationExtensions" must match its Bundle Identifier "FoundationExtensions"

This fixes SwiftUI previews in Swift Packages as well.

FoundationExtensions is the default now, the dynamic product is FoundationExtensionsDynamic.

Fade-mask and measurement-helper for views

10 Jan 15:00
cbab9e3
Compare
Choose a tag to compare

Two helpers where added

  • a horizontal fade-mask for views
  • a measurement-closure, that allows to measure the dimensions of the view.

ConditionalSizeView - iOS 13

28 Oct 08:35
3c5264e
Compare
Choose a tag to compare

Fix issues for ConditionalSizeView on iOS 13

ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).

ConditionalSizeView

27 Oct 15:53
c2d8bfa
Compare
Choose a tag to compare

ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).

Updated Packages for Xcode 13

14 Oct 13:30
Compare
Choose a tag to compare

Updated Packages for Xcode 13

Allow MultipleSpacer to specify minLength

30 Sep 10:49
f8601cb
Compare
Choose a tag to compare
v0.2.9

Allow multiple spacer to have a minLength to pass to the spacer initi…

Circled Number update

06 Sep 15:02
b4fe89c
Compare
Choose a tag to compare

Circled Number now can have a background colour

Fix Xcode 13.0b3 issues

03 Aug 15:20
eef1f20
Compare
Choose a tag to compare

More SPM product options

30 Jun 08:12
4fc5ae6
Compare
Choose a tag to compare
Add SPM Product AllStatic (#26)

* Add SPM Product AllStatic

* Update FE

Build time fixes

27 May 14:30
62bc20a
Compare
Choose a tag to compare

The milliseconds are adding up ⏱ 🐇