Top "Xamarin.ios" questions

Xamarin.

MonoTouch: Adding [email protected] for iPhone 5 Retina 4

In our MonoTouch projects, is adding a [email protected] image, at 640 x 1136 all that is needed to support …

ios xamarin.ios iphone-5
How to get width and height of iPhone/iPad using MonoTouch?

I need to get the width and height of iPhone/iPad using MonoTouch. How to get programmatically?

c# iphone ipad xamarin.ios resolution
Set background image in UIViewController (MonoTouch)

I have a screen called HomeScreen which implements UIViewController. I wish to use a background image for this screen. Is …

iphone uiviewcontroller xamarin.ios monodevelop
UIView with rounded corners: how to clip subviews correctly?

I created a subclass of UIView that overrides drawRect: and uses AddArcToPoint() to draw rounded corners. (I don't want to …

ios cocoa-touch xamarin.ios quartz-graphics
Xamarin Auth Store Keychain not working after ios10 upgrade

I'm using Xamarin.Auth (https://components.xamarin.com/view/xamarin.auth/) to store my credentials, as I've always done. var …

xamarin xamarin.ios xamarin.auth
What is correct way to combine long-running tasks with async / await pattern?

I have a "High-Precision" timer class that I need to be able to be start, stop & pause / resume. To …

c# xamarin.ios task-parallel-library async-await long-running-processes
Xamarin Forms iOS status bar text color

I am unable to change the status bar text color of my Xamarin Forms iOS app to white. I have …

ios xamarin xamarin.ios xamarin.forms
Toolbar item not showing in xamarin forms

I am pretty much new to Xamarin forms. I am trying to add toolbar items to content page. I am …

ios xamarin.ios xamarin xamarin.forms xamarin.mac
Xamarin "The executable was signed with invalid entitlements"

I want to test my created iOS app on my iPhone. The build was successful but while xamarin studio tries …

ios iphone xamarin.ios provisioning-profile entitlements
How do I launch multiple instances of Xamarin Studio on the Mac (Visual Studio for Mac)?

I'd like to have multiple copies of Xamarin Studio running simultaneously. Once one copy is running, double-clicking the Xamarin Studio …

macos xamarin.ios xamarin-studio xamarin.mac xamarin.android