Questions tagged as 'xamarin.ios'

1
answer

Activity does not open

Well, I created two Activity's when I clicked on the first button and it should open the second with information received from the first one. But is not that what happens, where did I go wrong? using System; using Android.App; using Android....
asked by 04.08.2014 / 03:43
1
answer

It is possible to change the background color of an image in which this image is all white in xamarin.ios

I have an image that is white by default, is it possible to change this color via code? Cor ImagemFundobackground = CriarCor(RecursosCores.preto); ImagemFundo.BackgroundColor = UIColor.FromRGB(ImagemFundobackground.Red, ImagemFundoba...
asked by 29.08.2018 / 17:22
1
answer

How to change the BACK button text in Xamarin.ios

I wanted to change the Text that is on the BACK button in IOS WhatI'vetried:publicoverridevoidViewDidLoad(){NavigationItem.BackBarButtonItem=newUIBarButtonItem{Title="Teste" }; base.ViewDidLoad(); //nao fun...
asked by 26.07.2018 / 12:49
0
answers

How to Simulate my APP in IOS?

I'm developing an application in Visual Studio for Android and IOS . For the IOS tests I hired a machine on MacinCloud and ran a test and the system started working . When I went to do a new test when it starts loading the...
asked by 15.06.2018 / 03:37
0
answers

Reference.cs error with Xamarin Live Player in IOS

I created an App that communicates with an ASMX Web Service, it runs correctly when I deploy the emulator, however when I go to test using Xamarin Live Player to debug on the iPhone, these errors appear in the Reference.cs inside the web Referen...
asked by 13.03.2018 / 15:25
0
answers

Xamarin iOS - Open URL after opening app

Good afternoon, I need to make 2 very simple applications that only display a splash image, and then open a URL in the browser. I was able to do it easily for Android, but I'm having a hard time developing for iOS on Xamarin. I tried to us...
asked by 30.01.2018 / 19:16
1
answer

Xamarin Forms MVVM Binding Listview

I want to create a list of users, but I am not able to perform the binding, the data is not displayed. If the Here is my structure: UserList.xaml: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schem...
asked by 28.11.2017 / 19:58
1
answer

How to use Segmented Controls in Xamarin Forms

Galera, One help, I need to use a Segmented Controls type in my Xamarin Forms. But it does not exist. I have seen that to use Native per platform, but I have not found any example or documentation guide for this. Has anyone done anythin...
asked by 21.07.2017 / 19:13