Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

v 1.4.0

Compare
Choose a tag to compare
@yurii-lysytsia yurii-lysytsia released this 20 Sep 19:52
· 2 commits to master since this release

Notes

Created new protocols for implementing text fields inside reusable view. Also added text field support for picker view and date picker instead keyboard

ReusableView

Features

  • Added new TextInputConfiguration and TextInputConfigurableModel instead InputModelConfigurableProtocol that implement only one property instead two
  • Added new TextInputConfigurableView instead InputModelConfigurableView. Now it's more agile and require to implement new protocols
  • Added TextFieldConfiguration instead TextFieldInputModelConfiguration
  • Added TextFieldPickerViewConfiguration that implement reusable view with text field where will be picker view instead keyboard
  • Added TextFieldDatePickerConfiguration that implement reusable view with text field where will be date picker instead keyboard
  • Added PickerViewControllerProtocol and DatePickerControllerProtocol for implementation to view controller
  • Added PickerViewPresenterProtocol and DatePickerPresenterProtocol for implementation to presenter

Fixed

  • Some fixes for TextViewInputModelConfigurable

TableView

Features

  • TableViewControllerProtocol support new text field protocols

CollectionView

Features

  • CollectionViewControllerProtocol support new text field protocols