Skip to content

Releases: Flawion/KOControls

1.2.4

14 Oct 10:21
Compare
Choose a tag to compare

Fixed UIDatePicker style in iOS 14

1.2.3: Merge pull request #1 from Flawion/develop

05 Dec 23:26
8f6bb42
Compare
Choose a tag to compare

Added support for dark mode, default colors of the controls will be automatically adjusted to match the interface mode.

1.2.2

06 Aug 21:58
Compare
Choose a tag to compare
  • Added unit tests
  • KOControlErrorInfoFeature:
    • fixed bug with hidden marker when error info appeared again before error info hide animation completed
    • fixed bug with not removed customViewMarkerCenter
  • KOTextField:
    • fixed potential crash in iOS 10 with using clearButtonRect before view initialized
    • fixed field's rects (clear button, right view etc.) when error is showing
    • fixed support of delegate functions: textFieldDidHideErrorInfo, textFieldDidShowErrorInfo
    • additional guard prevents from negative rects when error is showing
  • KODialogMainView - func refreshBackgroundVisualEffect, always removes visual effect view before add new one
  • KODialogBarView - fixed calculation of title insets
  • KODialogActionModel - added new dismissAction that replaced cancelAction and doneAction
  • KOScrollOffsetProgressController:
    • fixed bug with horizontal scrolling with mode scrollingBlockedUntilProgressMax
    • fixed support minOffset and horizontal axis for translationOffsetBased mode

1.2.1

07 Jul 18:37
Compare
Choose a tag to compare
  • KOControlValidationFeature, KOTextField - added failure text composing feature

1.2

08 May 22:03
Compare
Choose a tag to compare
1.2

Big changes from refactoring:

  • KOTextField - from now is a TextField that implements KOControlFeatures: error, errrorInfo, border, validation. This change will help in adding more stuff in future.
  • KOControlFeatures - can be implemented in other views.
  • KODialogMainView - is now separated from KODialogViewController.
  • Project folder structure changed.
  • Renamed a lot of types.

1.1.1

05 May 17:32
Compare
Choose a tag to compare
  • Fix bug with function UIViewPropertyAnimator.stopAnimation when parameter is false
  • Weak property was delete from some properties, when isn't used

1.1

25 Apr 07:58
Compare
Choose a tag to compare
1.1
  • Project moved to swift 5

1.0.3

02 Apr 09:49
Compare
Choose a tag to compare
  • Renamed KOTextValidatorInterface to KOTextValidatorProtocol
  • Renamed KOTextFieldErrorInfoInterface to KOTextFieldErrorInfoProtocol
  • Fixed changing of KODatePickerViewController.datePickerTextColor
  • Fixed changing of KOScrollOffsetProgressController.scrollView
  • Language convention fixes

1.0.1

09 Nov 10:35
Compare
Choose a tag to compare
- Upgraded version to refresh readme at cocoapods

1.0

31 Oct 14:28
5ebbdce
Compare
Choose a tag to compare
1.0
- README.md updated