아래의 주소에 자세한 내용들이 정리되어 있습니다.
https://blog.xamarin.com/making-ios-11-even-easier-xamarin-forms/
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
using Xamarin.Forms.PlatformConfiguration.iOSSpecific;
using Xamarin.Forms;
namespace iPhoneX
{
public partial class ItemsPage : ContentPage
{
public ItemsPage()
{
InitializeComponent();
On<Xamarin.Forms.PlatformConfiguration.iOS>().SetUseSafeArea(true);
}
}
}
|
댓글 없음:
댓글 쓰기
참고: 블로그의 회원만 댓글을 작성할 수 있습니다.