Top "Xamarin.ios" questions

Xamarin.

Redraw UITableView after updating data async

I have a UITableview that I load with data async so the tableview might appear without data. I have tired …

iphone uitableview xamarin.ios
I can't connect to Mac with Xamarin Mac Agent from Visual Studio 2015

I'm continuing my adventure with Xamarin. I'm developing an Xamarin Forms application with a Portable Class Libraries (PCL). I have …

macos debugging visual-studio-2015 xamarin.ios xamarin.forms
How to develop iOS app using Xamarin Studio on Windows?

I'm evaluating a Xamarin Studio indie license which does not include VS integration - Correct me if I am wrong. …

c# ios xamarin xamarin.ios xamarin-studio
Official way to create iOS icons?

I find it hard to believe that every developer creates their icons manually in various different ways but if that …

iphone ipad ios xamarin.ios ipod-touch
Add view over tableview (UITableViewController)

Situation: I've got a UITableViewController loading some data asynchronously from a service. During this time I would like to place …

iphone ios uitableview xamarin.ios xamarin
NSUrlConnectionDelegate - Getting http status codes

in iOS, how can I receive the http status code (404,500 200 etc) for a response from a web server. I am …

iphone ios xamarin.ios http-response-codes nsurlconnectiondelegate
UIView appereance from bottom to top and vice versa(Core Animation)

My goal is to understand and implement feature via Core Animation. I think it's not so hard,but unfortunately i …

ios xamarin uiview xamarin.ios core-animation
iPhone/iPad: How to make UITextField readonly (but not disabled)?

I understand this question has been asked before, but I'm not satisfied with the answers, i.e. by making it …

ios objective-c xamarin.ios
Write device platform specific code in Xamarin.Forms

I have the following Xamarin.Forms.ContentPage class structure public class MyPage : ContentPage { public MyPage() { //do work to initialize MyPage } …

c# xamarin.ios xamarin xamarin.android xamarin.forms
How to decide between MonoTouch and Objective-C?

After sitting through a session today on Mono at a local .Net event, the use of MonoTouch was 'touched' upon …

c# objective-c mono xamarin.ios