summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Cells/ViewCellRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces951-8/+7
* Simplify ICtrl callsites * Rebase fix
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-1/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-03Throw exception when ViewCell View is null (#752)Jimmy Garrido1-0/+3
2017-01-26[iOS/Critical] Fix ListView memory leaks (#524)adrianknight891-5/+11
* fix memory leaks added sample code changed page name Changed page title add screen instructions fix copy paste error change subview dispose logic Fix context action memory leak add sample code change custom page names Revert "change custom page names" This reverts commit 7aaab2625d9526080ca5c51c02e909f09ee3f610. changed class names changes UI test for 32206 update ui test fix whitespace UITests done * run UI tests on iOS only * fix code style * dispose prototype * fix child renderer issue * add null check
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-15/+0
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-09-13[iOS] ViewCells with Accessories will be properly laid out again (#338)Samantha Houts1-5/+6
* Add repro for 43161 * [iOS] Don't adjust ViewCell Bounds when there is an Accessory * [iOS] Fix spacing
2016-09-13[iOS] - Revert setting the frame for ViewCell to try to hide the gap between ↵Rui Marinho1-5/+2
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 Marinho1-2/+11
* [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 Houts1-4/+8
* 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 Smith1-0/+176