A couple weeks ago, I posted LINQ to Twitter Runs Xamarin.Android. That was pretty exciting, but so is watching LINQ to Twitter jamming tweets into a UITableView in an iPhone simulator on my Mac, courtesy of Xamarin.iOS hosted in Visual Studio 2013. In this post I’ll show how you can do use LINQ to Twitter in Xamarin.iOS too. Since Xamarin now supports async and Portable Class Libraries (PCL) and LINQ to Twitter is async and PCL, this will work nicely.
Read more about LINQ to Twitter Runs On Xamarin.iOS here