summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
AgeCommit message (Expand)AuthorFilesLines
2017-07-10rebase to tags/beta-2.3.5-pre1Kangho Hur5-59/+2
2017-07-10[All] Basic Accessibility Support (#713)Samantha Houts2-0/+58
2017-07-10MacOS (#650)Rui Marinho3-2/+1
2017-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts1-8/+51
2017-06-22Add check for instance of UITableView (#885)Matthias1-1/+1
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-11/+11
2017-05-03[iOS] Null Element before disposing trial renderers in uneven ListViews (#894)Samantha Houts2-4/+18
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart1-19/+71
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-11Implicit impl of controller ifaces (#807)kingces9518-167/+143
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
2017-04-06Fix 52962; Cont refresh even when pullToRefresh is disabled (#810)kingces951-8/+9
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight892-6/+31
2017-03-31Hide alert window before setting result (#848)Jimmy Garrido1-1/+1
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts1-0/+3
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight891-3/+10
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts1-2/+3
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts1-6/+21
2017-03-21iOS renderers now properly look up the ImageSourceHandler for FileImageSource...James Clancey4-18/+37
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight891-7/+17
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-16Set the transitioning delegate. (#819)Daniel Williamson1-0/+1
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context actions...Vitaly Knyazev1-1/+2
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts1-2/+2
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9529-37/+63
2017-03-06Using IUIActionSheetDelegate (#800)E.Z. Hart1-1/+1
2017-03-03Fix for nullreferenceexception when a TabbedPage is rendered without a set Cu...Joris Vergeer1-1/+5
2017-03-03Throw exception when ViewCell View is null (#752)Jimmy Garrido1-0/+3
2017-02-21update IEditorController callsitesChris King1-4/+4
2017-02-21[iOS] Label should not return infinite widthSamantha Houts1-2/+3
2017-02-20[MacOS] Fix buildRui Marinho1-4/+3
2017-02-17[iOS] Fix extra tab icon appearing in iOS for TabbedPage (#448)Chad Kimes2-2/+16
2017-02-15[iOS] MasterDetailPage master icon should be changeable from any page on the ...adrianknight892-31/+45
2017-02-15[iOS] Dispose pickers properly and automate GC checks (#632)adrianknight893-14/+113
2017-02-09[iOS] Fix NavigationPage memory leak when back button title is set (#523)adrianknight891-2/+2
2017-02-06Revert "[*] ScaleX and ScaleY"Stephane Delcroix1-5/+3
2017-02-06[*] ScaleX and ScaleYStephane Delcroix1-3/+5
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped er...adrianknight891-1/+2
2017-02-06TabbedRenderer / load icons from custom sources (from embbedded svg for examp...Softlion (Benjamin Mayrargue)1-8/+24
2017-02-03[iOS] Expose row animation properties in ListViewRenderer (#733)Ice Jovanoski1-14/+23
2017-02-03[iOS] Dispose Entry and Editor properly and automate GC checks (#628)adrianknight893-29/+44
2017-02-02Add pressed and released events to Button (#446)Kangho1-0/+10
2017-02-01[iOS,macOS] Use NS constructor from string to parse correctly the string (#734)Rui Marinho1-2/+3
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts4-2/+142
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro1-1/+1
2017-01-26MacOS (#650)Rui Marinho27-134/+767
2017-01-26[iOS/Critical] Fix ListView memory leaks (#524)adrianknight893-49/+134
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-2/+2
2017-01-21[iOS] redraw Frame on CornerRadius changed (#697)Stephane Delcroix1-2/+4
2017-01-21[iOS] Fix NRE when re-adding header/footer (#702)Jimmy Garrido1-0/+4