Questions tagged as 'xamarin.ios'

2
answers

How to create animated shadow (click) effect for Xamarin.iOS?

How to create the shadow (pulse?) effect as in the gif below in a UIButton or UIImage in Xamarin.iOS?     
asked by 03.03.2014 / 19:52
1
answer

Error in file info.plist Xamarin foms

Hello. I went to open a project Xamarin and in the list of errors came the error that is in the image in the info.plist file of the iOS project. I can not open the project. Would anyone know what it's all about?     
asked by 15.09.2018 / 22:25
0
answers

How to move a UITextField in Xamarin.ios?

I wanted to move a UITextField up or down in order to solve the keyboard problem ' I tried this way TextChaveAcesso.Frame.Location = new CoreGraphics.CGPoint(TextChaveAcesso.Frame.Y, TextChaveAcesso.Frame.Y);     
asked by 14.08.2018 / 17:00
0
answers

How to detect that text has created new lines

Let's imagine I have a lable and have a text with n characters. Whenever this text does not fit it will put the words on the bottom line. How do I detect that this happened? I tried it that way internal int ContarQuebrasLinhas() {...
asked by 27.08.2018 / 15:56
0
answers

Code sign key, keychain error

I'm new to the programming area and iOS and would like to understand what this error is and understand how I can fix it.    Error: iOS code signing key 'iPhone Developer: Luiz ***** (F *********)' not found in keychain. (N *** App.iOS) I...
asked by 14.11.2017 / 16:03
0
answers

Auto Layout

Good afternoon. I'm developing an App in Xamarin where, the interface I "draw" in Xcode. I'm having a really hard time, because regardless of the Constraints I use in my components, they get misaligned in the simulator (with the exception of the...
asked by 15.05.2017 / 22:23
0
answers

Xamarin - Load Frame with image inside a ContentView

I want to change this Sketch so that I can draw on a photo. I downloaded the github and I am making the changes. However, I'm not able to load an image on the screen when I set Image's Source. private Grid BuildGrid() { retu...
asked by 25.05.2016 / 20:07
0
answers

how to measure speed in mobile broadband traffic on 3g or wifi on mobile phone programmatically on iphone

In app , I'm already doing traffic collection on iphone, now I need to check how to measure the speed of mobile broadband traffic in 3g or wifi programmatically. For example: Every 1 minute or 10 minutes, or more, I need to know what...
asked by 04.11.2014 / 19:12
0
answers

How to collect iPhone Internet usage information with Xamarin / monotouch

I need to collect internet usage information on the iphone, the code in C # below that I'm using only returns me zero values. Am I using the right class? Is there any reference I need to add in xamarin? In mono I get 3 types of classes,...
asked by 07.10.2014 / 14:15
1
answer

Xamarin.Forms ios WebViewRenderer sharing Cookies

I'm using a WebViewRenderer to setup the cookie policy and also to share cookies from a login request from an HTTPClient. It turns out that as much as I give the set:   var cookieJar = NSHttpCookieStorage.SharedStorage; cookieJar.AcceptPol...
asked by 23.04.2017 / 00:39