summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/PageRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces951-4/+4
* Simplify ICtrl callsites * Rebase fix
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts1-0/+3
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+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-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight891-3/+1
* fix effects * move effect utilities to core * use core class * move to internals namespace * remove IEffectControlProvider from IVisualElementRenderer
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith1-2/+0
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith1-0/+2
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro1-2/+0
2016-11-16[iOS] Add Platform Specific features for ↵Paul DiPietro1-0/+53
PrefersStatusBarHidden/UIStatusBarAnimation (#463) * [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation * Update docs
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-6/+0
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-3/+5
2016-04-13Page renderer effects (#85)Jason Smith1-17/+24
* [I]PageRenderer Effect support * [I]Add Effect supprt for NavigationPage * [I]Enable Effects on remaining pages
2016-03-30[iOS] PageRenderer no longer swallows touchesSamantha Houts1-1/+1
Will allow users to create custom renderers that have touch events.
2016-03-22Initial importJason Smith1-0/+218