feature: multi-language supported

This commit is contained in:
2020-05-05 13:36:57 +08:00
parent adfac39596
commit 1bbfdb6477
12 changed files with 298 additions and 25 deletions

View File

@ -66,7 +66,6 @@ namespace Pixiview.iOS.Renderers
}
[SuppressMessage("Code Notifications", "XI0002:Notifies you from using newer Apple APIs when targeting an older OS version", Justification = "<Pending>")]
[SuppressMessage("Style", "IDE0066:Convert switch statement to expression", Justification = "<Pending>")]
private UIStatusBarStyle ConvertStyle(StatusBarStyles style)
{
switch (style)

View File

@ -1,7 +1,5 @@
using CoreGraphics;
using Pixiview.iOS.Renderers;
using Pixiview.iOS.Renderers;
using Pixiview.UI;
using UIKit;
using Xamarin.Forms;
using Xamarin.Forms.Platform.iOS;