Top "Xamarin.ios" questions

Xamarin.

Cross Platform Logging in Xamarin

I am looking for either a logging utility such as NLog, Log4Net, etc... that will allow me to log …

ios xamarin.ios xamarin.android xamarin
How to add a vertical swipe gesture to iPhone app for all screens?

I'd like to add a gesture to my app so when the user swipes vertically it triggers a method to …

iphone-sdk-3.0 ios4 xamarin.ios gesture
Xamarin build-times extremely slow

I have developed several (experimental and prototype) iOS apps using Xamarin and the new Visual Studio for Mac OS and …

xamarin build xamarin.ios xamarin.forms visual-studio-mac
How to tell LLDB debugger not to handle SIGBUS?

I'm embedding MonoTouch in an Xcode project, and want to stop LLDB debugger from handling SIGBUS signals, since they are …

xcode xamarin.ios lldb
parsing an enumeration in JSON.net

i'm using JSON.net (maybe v3.5ish? it's from oct. 2010). and i'm trying to deserialize some json into an enumeration: …

c# xamarin.ios json.net
Customize TabbedPage color schema - Xamarin.Forms

Is there a way I can customize the color schema of tabs on Xamarin.Forms.TabbedPage object so it does …

xamarin.ios xamarin xamarin.android xamarin.forms tabbedpage
Xamarin.Forms binding not updating after initial value

I'm binding the title of my Xamarin.Forms.ContentPage to a property BuggyTitle in my view model (VM). The VM …

c# xamarin.ios xamarin.forms mvvmcross
OxyPlot: How to use the axis label formatter and show Y labels?

I'm using to Oxyplot for my Xamarin.iOS project for plotting a bar chart.. This is what my graph currently …

c# xamarin.ios oxyplot
Passing on variables from ViewModel to another View (MVVMCross)

For the past couple of weeks I've been working on developing a cross platform app (IOS/Android/WP7) using the …

c# android xamarin.ios xamarin.android mvvmcross
When using the latest Monodevelop and VS 2012 RC to share code I get problems

When using the latest Monodevelop and VS 2012 RC to share code. I can load and use the .sln solution, .csproj …

c# mono xamarin.ios monodevelop