mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Correctif iOS
This commit is contained in:
parent
cfdea61926
commit
be7b704112
1 changed files with 3 additions and 0 deletions
|
|
@ -5,11 +5,14 @@ using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
using AideDeJeu.iOS;
|
||||||
using AideDeJeu.Views;
|
using AideDeJeu.Views;
|
||||||
using Foundation;
|
using Foundation;
|
||||||
using UIKit;
|
using UIKit;
|
||||||
|
using Xamarin.Forms;
|
||||||
using Xamarin.Forms.Platform.iOS;
|
using Xamarin.Forms.Platform.iOS;
|
||||||
|
|
||||||
|
[assembly: ExportRenderer(typeof(PdfView), typeof(PdfViewRenderer))]
|
||||||
namespace AideDeJeu.iOS
|
namespace AideDeJeu.iOS
|
||||||
{
|
{
|
||||||
public class PdfViewRenderer : ViewRenderer<PdfView, UIWebView>
|
public class PdfViewRenderer : ViewRenderer<PdfView, UIWebView>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue