Top "Xamarin.ios" questions

Xamarin.

Looking to understand the iOS UIViewController lifecycle

Could you explain me the correct manner to manage the UIViewController lifecycle? In particular, I would like to know how …

ios uiviewcontroller xamarin.ios lifecycle
How to force a UIViewController to Portrait orientation in iOS 6

As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what …

ios xcode ios6 xamarin.ios
When to use Xamarin.Forms vs Xamarin Native?

I need to make a decision between using Xamarin.Forms vs Xamarin native to develop an app. I want to …

c# xamarin xamarin.ios xamarin.android xamarin.forms
iPhone/iPad UIButton TitleLabel text not appearing

I created a grid of buttons. The following code creates the buttons and displays them, but there is no text …

cocoa-touch xamarin.ios uibutton uilabel
Target pattern contains no '%'. Makefile

I have searched this problem in google, but still don't have some way to resolve a problem. I have 2 Makefiles: …

objective-c macos binding xamarin.ios makefile
Android Toast equivalent in iOS

Does anyone know what the Java Toast equivalent of this iOS Objective C event would be in a Fragment? Below …

android ios xamarin xamarin.ios toast
Receiving Push Notifications while in background

I know this is covered in a lot of places, but I cannot figure this out. I use Urban Airship …

ios xamarin.ios push-notification apple-push-notifications
Could not find any available provisioning profiles for iOS

We are developing a iOS shopping cart application in c# and visual studio 2017 for xamarin. I have an iPad Air …

ipad xamarin.ios
Check whether or not the current thread is the main thread

Is there any way to check whether or not the current thread is the main thread in Objective-C? I want …

objective-c iphone multithreading cocoa xamarin.ios
Can I use a UIRefreshControl in a UIScrollView?

I have about 5 UIScrollView's already in my app which all load multiple .xib files. We now want to use a …

ios iphone uiscrollview xamarin.ios uirefreshcontrol