summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Platform.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith1-47/+2
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith1-2/+35
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro1-35/+2
2016-12-07Fix for 45743 which works with iOS 8 (#616)E.Z. Hart1-66/+8
* Explicitly set window bounds when presenting alert * Remove unused methods
2016-12-02Restore old Alert/ActionSheet method for iOS 8 (#595)E.Z. Hart1-28/+102
* Rename action sheet overload * Restoring iOS8-compatible alert/actionsheet handling
2016-11-22Fix broken alerts for iPad (#549)beta-2.3.4-pre1E.Z. Hart1-15/+16
* Fix broken alerts for iPad * Remove unnecessary parameter and add null check * Dropping test limit to 10 so we can get iOS passing
2016-11-18Have PresentAlert hide new window when alert is dismissed (#543)E.Z. Hart1-48/+82
2016-11-16[iOS] Add Platform Specific features for ↵Paul DiPietro1-1/+1
PrefersStatusBarHidden/UIStatusBarAnimation (#463) * [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation * Update docs
2016-11-15[iOS] Use separate UIWindow for UIAlertController (#481)Paul DiPietro1-4/+12
* [iOS] Use separate UIWindow for UIAlertController * Add similar behavior for DisplayActionSheet; consolidate behavior into PresentAlert method
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-12/+2
* Fix potential NRE accessing current application via Page.RealParent * Update Native Bindings Gallery to use MessagingCenter
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-23/+0
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-04-11[iOS] Resolve Warning 0108 (#64)Samantha Houts1-12/+8
[iOS] Resolve warning 0114 `Selected` is overridable, but current behavior is to hide it, so we're going to add the `new` keyword. [iOS] Resolve warning 0618 [iOS] Resolve warning 0414, 0649, 0169 [iOS] Resolve warning 0105 Update dispose to override base dispose (#67) Add an optional extended description…
2016-03-22Initial importJason Smith1-0/+505