summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Cells
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13[iOS] - Revert setting the frame for ViewCell to try to hide the gap between ↵Rui Marinho2-6/+3
cells when using a ContextActionCell (#351)
2016-07-18Fix for NullReferenceException when ItemSource has item removed and a… (#258)Praga Siva1-2/+5
* fix for NullReferenceException when ItemSource has item removed and another inserted on iOS * Update ViewCellRenderer.cs Fix spacing issue
2016-06-30[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)Rui Marinho1-1/+1
* [Controls] Add test case for 39486 * [iOS] Fix math refactor error on calculating height
2016-06-17Fix 39802 (#217)Rui Marinho2-2/+14
* [iOS] When using ContextActionsCell make sure we don't show the ContentCell separator * [Android] Don't write separator view if not needed
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts5-12/+24
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-05-26Fix margins on ViewCell (#189)Rui Marinho1-2/+3
* [iOS] Set the frame of a cell NativeView using the calculated positions and size * [UWP] Make wrapper of a ViewCell respect margins
2016-04-06[iOS] ViewCellRenderer did not set RealCellPropertyPaul DiPietro1-0/+2
In the iOS ViewCellRenderer, GetRealCell in ViewCellPropertyChanged was returning null and passing it to UpdateIsEnabled. SetRealCell was never being called in ViewCellRenderer and the RealCellProperty was never being set.
2016-03-22Initial importJason Smith7-0/+772