Ver.1.1.1-pre
Pre-release
Pre-release
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.