Guest User

Untitled

a guest
Jul 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. using Xamarin.Forms.PlatformConfiguration.iOSSpecific;
  2.  
  3. ...
  4.  
  5. On<Xamarin.Forms.PlatformConfiguration.iOS>().SetUseSafeArea(true);
  6.  
  7. xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
  8. ios:Page.UseSafeArea="true"
  9.  
  10. Error CS1061: 'IPlatformElementConfiguration<iOS, Page>' does not contain a definition for 'SetUseSafeArea'
  11.  
  12. On<Xamarin.Forms.PlatformConfiguration.iOS>();
Add Comment
Please, Sign In to add comment