summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-1/+2
2017-01-12[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)Samantha Houts1-2/+2
2017-01-12fix bug-39359 (#599)fengrui1-0/+7
2017-01-12[iOS] Fix child view position when the Navigation Bar is translucent (#659)Sandro Cavazzoni1-2/+8
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-49/+7
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight899-17/+36
2017-01-04[iOS] Platform specifics for controlling Picker SelectedIndex change behavior...adrianknight891-1/+4
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ...E.Z. Hart1-1/+3
2017-01-03[iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)adrianknight891-4/+27
2016-12-30[iOS] Change keyboard type while keyboard is visible (#443)adrianknight892-0/+2
2016-12-28fix nre when changing content in datepickerselected (#494)adrianknight891-1/+1
2016-12-22[iOS] Entry should not pass a newline to the next responder (#397)adrianknight891-1/+1
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith17-247/+46
2016-12-13Disable using EstimatedRowHeight for uneven rows with known heights (#454)E.Z. Hart1-11/+43
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith17-50/+257
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro17-257/+50
2016-12-07Fix for 45743 which works with iOS 8 (#616)E.Z. Hart1-66/+8
2016-12-04dispose tap gesture (#601)adrianknight891-1/+1
2016-12-02Restore old Alert/ActionSheet method for iOS 8 (#595)E.Z. Hart1-28/+102
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho2-6/+7