summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/CADisplayLinkTicker.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-9/+2
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-0/+1
* Make core Ticker abstract and public Make the core Ticker abstract and public so it can be inherited by platform implementations; remove now-unused parts of original Ticker; add CreateTicker to IPlatformServices; remove unused CreateTimer methods from IPlatformServices * Add docs for Ticker * Remove unnecessary Ticker.Default set * Move Ticker into Internals * Update Ticker docs * Remove old Ticker docs * Remove commented code
2016-03-22Initial importJason Smith1-0/+73