Releases: Fueled/ios-utilities
Releases · Fueled/ios-utilities
Fix-fix-fix
Merge pull request #14 from Fueled/syntax-fix fix(set-root-view-controller): correct syntax.
Add completion block to setRootViewController
Merge pull request #13 from Fueled/set-root-view-controller-completion fix(set-root-view-controller): add completion argument for setRootVie…
1.3.1
1.2.3
Bug fix
New utils (+ RAC 6.0.1)
- Add
minimum()
method toSignal
andSignalProducer
- Add
transitionContext
to allow cross dissolve reactive animations - Add
animatedText
/animatedAlpha
helpers for binding reactive animations to text/alpha changes - Add
getSafely
method toCollection
- Add mutating
replaceOccurrences(...)
method onString
- Add helper to create resized
UIImage
- Deprecate
findFirst(_:)
onSequence
as it's available in swift 3 asfirst(where:)
- Remove
.xcscmblueprint
files from source control
Please to the documentation of each method for more info.
Documentation, Bool.flip(), ReactiveSwift 2, RAC 6
Merge pull request #4 from Fueled/flip feat(bool): add flip function
1.1.0
breaking changes
Merge pull request #1 from Fueled/adjusted-text-controls Replace adjusted text control implementations