Monday, May 14, 2018

How to prevent little black boxes not to be displayed in Simulator.

Disable Visual Studio  extra debug option
Try unchecking this option:
Tools > Options > Debugging > General > Enable UI Debugging Tools for XAML > Show runtime tools in the application

This will help in getting good screenshots because the little black boxes are displayed in Simulator.

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...