mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +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.Net;
|
||||
using System.Text;
|
||||
using AideDeJeu.iOS;
|
||||
using AideDeJeu.Views;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Platform.iOS;
|
||||
|
||||
[assembly: ExportRenderer(typeof(PdfView), typeof(PdfViewRenderer))]
|
||||
namespace AideDeJeu.iOS
|
||||
{
|
||||
public class PdfViewRenderer : ViewRenderer<PdfView, UIWebView>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue