One day I was compiling a project and I found the error messages that I show above, inmediately I went to my IOS Project Options and I saw my configuration was perfectly set. And the error table were indicating that I was just missing this. π But Surprise!! It was very easy to fix!!! π , I just needed to…
Getting started with FlexLayout Properties Behavior
In Xamarin Forms we have some layouts that define the distribution scheme to the components in the screen. Handling with this, the views for the user. In this case I am going to explain about FlexLayout. What is? FlexLayout provides different ways for allocating components in the screen, making alignment, design and spaces organization way easier. This layout have the power…