
In this version update we have made following improvements.
Improvements
Weak Reference removed from iOS, we had initially added Weak Reference of Xamarin Control in iOS UI Graph to avoid memory leaks, however since we have improved dispose pattern for controls and bindings, we no longer need to pass weak reference.
We have set RecycleElement recycling strategy for ListView displayed in Popups for AtomChips and new control AtomSuggestions.
Popups are automatically scrolled to top by bringing the target UI to top if it is inside a scroll view. You can turn it off by setting
AtomPopup.SetScrollUp(target, false)
.
New Control
AtomSuggestions
We have added new control, AtomSuggestions
which will display list of items horizontally till it fills up all the space and then it will display "More" link, which will then open a popup list view to select items from. There is ItemTappedCommand
which will be executed when you click any of items displayed.
![]() | ![]() | ![]() | ![]() |
Like | Comment | Save | Share |