Quantcast
Channel: Developer's Alley - iPhone
Browsing latest articles
Browse All 5 View Live

How To Fix "Error Synchronizing to XCode" Error In MonoDevelop

TODO:Have you ever had issues with MonoDevelop not syncing with XCode.  In my scenario I was renaming my namespaces in MonoDevelop, and forgot all about the Class.designercs files. SOLUTION:When...

View Article



How To Show An Alert Dialog Using Monotouch for iPhone

TODO:Have you ever just wanted to show an alert dialog to the user, for instance if Location Services are not enabled? SOLUTION: using (UIAlertView alert = new UIAlertView ("Oops", "Location Service...

View Article

How To Show A Custom Annotation On A Map In Monotouch For iPhone

TODO:Have you ever wanted to show a custom Map Annotation on a Map using Monotouch for iPhone? SOLUTION: public override MKAnnotationView GetViewForAnnotation (MKMapView mapView, NSObject annotation) {...

View Article

How To Change The Font Of MonoTouch.UIKit.UINavigationBar

TODO:Have you ever wanted to change the Font of your Navigation bar text? SOLUTION://Put this public override bool FinishedLaunching of AppDelegate UITextAttributes titleTextAttributes = new...

View Article

How To Clean Up "Other" Files On iPhone

TODO:Have you ever noticed a large amount of data in the 'Other' area in iTunes?  It is yellow, and in my case was 3gb+ SOLUTION:To fix, follow the instructions on this link I have tried this solution...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images