Avalon icon indicating copy to clipboard operation
Avalon copied to clipboard

Support all UI controls with basic binding

Open ColinEberhardt opened this issue 9 years ago • 1 comments

Provide binding support to the following:

UIView subclasses

  • [x] UILabel
  • [x] UIPickerView
  • [x] UIProgressView
  • [x] UIActivityIndicator
  • [x] UIImageView
  • [ ] UITabBar
  • [ ] UIToolbar
  • [ ] UICollectionView
  • [ ] UINavigationBar
  • [x] UITableViewCell
  • [ ] UIActionSheet
  • [ ] UIAlertView
  • [x] UIScrollView
  • [ ] UITableView
  • [x] UITextView
  • [x] UISearchBar
  • [ ] UIWebView

UIControl subclasses

  • [x] UIButton
  • [x] UIDatePicker
  • [ ] UIPageControl
  • [x] UISegmentedControl
  • [x] UITextField
  • [x] UISlider
  • [x] UISwitch

ColinEberhardt avatar Dec 06 '14 18:12 ColinEberhardt