summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/ContextActionCell.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-09-16Add iOS prototypical cell cache for LV RowHeight calcs (#1143)kingces951-4/+8
2017-06-20[iOS] Proxy UITableViewCell SelectionStyle when wrapped (#1002)David Ortinau1-0/+5
* making sure the UITableViewCell SelectionStyle proxies up when wrapped in ContextActionCell and with recycling mode * corrected coding style, tabs instead of spaces. Removed stub for UITest.
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ↵Rui Marinho1-1/+1
Android when using grouping (#949) * [Controls] Add repo for bugzilla 39802 * [iOS] Make ContextCell hide the gap when we aren't using a separator * [Controls] Update test * [iOS] Only fix height if separator is hidden. * [iOS] Only fix if it's a ListiView * [Android] Fix separator showing when using Grouping * Update Bugzilla39802.cs
2017-06-13Fix possible crash on iOS when using ContextActions (#973)Jimmy Garrido1-0/+5
2017-04-11Implicit impl of controller ifaces (#807)kingces951-8/+8
* Simplify ICtrl callsites * Rebase fix
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context ↵Vitaly Knyazev1-1/+2
actions … (#787) * Bug 51536, initial height is incorrect when cell has context actions or ListView is in recycle mode * Improved fix for iOS uneven height cell layout * Fixed indentation and added test case for issue 44525 * Fixed indentation for test case * Added 1px room, this will fix Bugzilla31330 test, renamed test case to 51536 * Updated shared project file
2017-03-06Using IUIActionSheetDelegate (#800)E.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith1-8/+2
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith1-3/+8
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro1-8/+3
2016-11-16[iOS] Fix AccessoryView covered by section index list (#493)Jimmy Garrido1-5/+2
* [iOS] Fix AccessoryView below section index list * Add UITest
2016-10-11[iOS] Tapping on ListView with two fingers should not crash (#379)adrianknight891-1/+3
* Tapping on ListView with two fingers should not crash * Revert "Tapping on ListView with two fingers should not crash" This reverts commit 0b0752f3cfdbb1c29678d75bd18c5a00e564d77b. * code without refactoring * moving up selector check
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-16/+4
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-8/+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-03-22Initial importJason Smith1-0/+715