Skip to content

Ver.1.1.1-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@muak muak released this 18 Jan 08:48
· 154 commits to master since this release
c349f29

New Features

  • [CustomCell] set XAML in SettingsView's cell
  • [EntryCell] SetFocus method #63
  • [EntryCell] CompletedCommand property
  • [PickerCell] SelectionMode property
  • [PickerCell] SelectedItem property
  • [SettingsView] ShowArrowIndicatorForAndroid Property – show an arrow indicator at the right side of CommandCell and PickerCell.
  • [SettingsView][Section] TemplateStartIndex property – the index that starts inserting the template.
  • [Section] HeaderView and FooterView property – can set a Forms view to a section header / footer.

Changes

  • EntryCell's keyboard is now hidden when scrolling on iOS. #59
  • EntryCell Completed event is now occurred when a cell is lost focus too.
  • Improved cell maniputation performance.

Bug fixes

  • [TextPickerCell] Show the soft keyboard when tapping the dialog. #68
  • [EntryCell][Android] A binding sometimes lost.