Skip to content

New things

Choose a tag to compare

@MihaelIsaev MihaelIsaev released this 22 Jul 18:07
· 476 commits to master since this release
  • Implement declarative UIPickerView
  • Implement declarative UIDatePicker
  • Implement extension to set different numeric values for different device models
let width: CGFloat = 100 !! .iPhone5(60) !! .iPhone6(70) !! .iPhone6Plus(85)
  • Implement declarative BarButtonItem
  • Implement declarative TableViewCell
  • Implement declarative InputView
  • TextField: add ability to set inputView
  • TextField: add an ability to add multiple callbacks for methods like didBeginEditing, didEndEditing, editingChanged
  • TabViewController: mark as open
  • UIView+Add: add method with [UIView] in addition to variadic
  • Label: add ability to set attributed text after initialization
  • TableView: implement a lot of useful methods
  • TableView: fix initialization issues
  • ScrollView: add convenience initializers
  • ScrollView: add delegate method
  • WrapperView: fix issue when shadow doesn't work with custom rounded corners
  • WrappedViewControlelr: parent view is not generic anymore