Skip to content

Releases: futuredapp/FuntastyKit

v0.12: Alert coordinator optional title message

08 Aug 06:58
Compare
Choose a tag to compare
  • Alert coordinator optional title message

v0.11: Add preferred style to alert coordinator

03 Aug 11:17
Compare
Choose a tag to compare
  • UIViewController+Deselection deselect items fix

  • UIViewController+Deselection fix of previous fix

  • AlertCoordinator contains preferredStyle

  • DefaultCoordinator common extension can present action sheet

v0.10

17 Jul 12:31
Compare
Choose a tag to compare
add border width and color to inspectable UIView extension (#24)

v0.9: Alert coordination and fixes

04 Jul 08:08
Compare
Choose a tag to compare
  • Add error handling mechanisms
  • Remove where clause from Coordinated

v0.8: Improve constraints on Coordinated protocol

03 Jul 15:39
Compare
Choose a tag to compare
  • Fix mutating on coordinated protocol and add more strict requirement

v0.7: Generic Coordinated protocol (#21)

03 Jul 12:08
Compare
Choose a tag to compare
* Remove coordinator segue

* Remove duplicate requirements to UIVewController

* Use associated type and default implementations in Coordinated protocol

* Force-set coordinator to controllers

Improve Keyboardable observer removal (#18)

22 Apr 08:30
Compare
Choose a tag to compare
Merge pull request #18 from zvonicek/keyboardable-removing

Improve Keyboardable observer removal

v0.5: Fix cells deselection (#17)

07 Apr 12:14
Compare
Choose a tag to compare
* UIViewController+Deselection deselect items fix

* UIViewController+Deselection fix of previous fix

v0.4: Extend StoryboardType with custom bundle identifier specification (#14)

23 Mar 10:25
Compare
Choose a tag to compare
* Add custom bundle identifier specification

* Change accessors to private

v0.3: Fix service holder initialization (#11)

20 Jan 15:19
Compare
Choose a tag to compare
* Make UIView extension IBDesignable

* Improve ServiceHolder to work with non-nonparametricly initialized services (#10)

* Separate the protocol for service without non-parametric initializer

* Remove ServiceHolder methods not requiring to add protocol type

* Add public init to service holder