Skip to content

Releases: Fueled/ios-utilities

Fix-fix-fix

31 Oct 11:09
d278d46
Compare
Choose a tag to compare
Merge pull request #14 from Fueled/syntax-fix

fix(set-root-view-controller): correct syntax.

Add completion block to setRootViewController

31 Oct 11:01
3693ce3
Compare
Choose a tag to compare
Merge pull request #13 from Fueled/set-root-view-controller-completion

fix(set-root-view-controller): add completion argument for setRootVie…

1.3.1

25 Oct 22:14
Compare
Choose a tag to compare
Merge pull request #11 from Fueled/label-with-adjustment-attributedTe…

1.2.3

25 Oct 21:59
Compare
Choose a tag to compare
Merge pull request #11 from Fueled/label-with-adjustment-attributedTe…

Bug fix

27 Sep 11:53
Compare
Choose a tag to compare
Merge pull request #6 from Fueled/fix-autoshrink

fix(autoshrink): fix resetting linebreakMode while setting text.

New utils (+ RAC 6.0.1)

07 Sep 12:59
Compare
Choose a tag to compare
  • Add minimum() method to Signal and SignalProducer
  • Add transitionContext to allow cross dissolve reactive animations
  • Add animatedText/animatedAlpha helpers for binding reactive animations to text/alpha changes
  • Add getSafely method to Collection
  • Add mutating replaceOccurrences(...) method on String
  • Add helper to create resized UIImage
  • Deprecate findFirst(_:) on Sequence as it's available in swift 3 as first(where:)
  • Remove .xcscmblueprint files from source control

Please to the documentation of each method for more info.

Documentation, Bool.flip(), ReactiveSwift 2, RAC 6

02 Sep 11:45
Compare
Choose a tag to compare
Merge pull request #4 from Fueled/flip

feat(bool): add flip function

1.1.0

02 Aug 12:58
Compare
Choose a tag to compare
Updated ReactiveSwift and ReactiveCocoa

breaking changes

24 Jul 10:58
Compare
Choose a tag to compare
Merge pull request #1 from Fueled/adjusted-text-controls

Replace adjusted text control implementations