Updated the Custom IGGridView DataSource article to include Xamarin.iOS Darrell Kress / Mon, Mar 17, 2014 We here at Infragistics love getting customer feedback, and on one of my recent articles I wrote up a sample on how to make a custom datasource helper for the IGGridView. Well someone asked if we could...
Creating a custom column for the IGGridView (ObjectiveC / Xamarin.iOS) Darrell Kress / Thu, Feb 27, 2014 Introduction Like most developers, I don't just write for my employer, but I write for myself and projects that I want to do. When I can, I like to use the product I am working on to enhance my projects...
Getting Started Using NucliOS IGCalendarView with Xamarin.iOS Brent Schooley / Wed, Jan 15, 2014 The 13.2 release of NucliOS introduced some new controls for iOS developers. In this post I’m going to focus on the IGCalendarView widget which combines the similar look and feel of the iOS7 calendar...
IGGridView : Using a custom datasource helper to swap rows and columns (Objective C / Xamarin.iOS). Darrell Kress / Mon, Jan 13, 2014 Updated on 17 March 2014 to include Xamarin iOS sample. Introduction We recently had a question in the forums about using the IGGridView to show columns as rows and rows as columns which can be...
Getting Started using NucliOS IGChartView with Xamarin.iOS Brent Schooley / Wed, Dec 11, 2013 Once upon a time, I wrote a post called “Getting Started using NucliOS with Xamarin.iOS Part 1: IGChartView” . It was a decent post and many people have told me they found it helpful. Unfortunately, I...
Adding Data to the IGChartView at runtime (Xamarin.iOS / Objective C) Darrell Kress / Mon, Nov 18, 2013 Intro Last week a customer asked in our forums how to add data at run time to the IGChartView. After answering the question I figured I would convert the sample over to Xamarin. So attached is a...
Book App – Persisting with NSCoding and Introducing IGGridView (Xamarin.iOS-Monotouch) Darrell Kress / Tue, Oct 22, 2013 So for V0.2 we made some changes on how the application works before new development. For the delegates the code was changed to use events to report out various results. These can be seen in SimpleCaptureMetadataOutputObjectsDelegate...
iOS Persistence : NSCoding in Objective-C and in Xamarin.iOS-Monotouch Darrell Kress / Wed, Oct 16, 2013 Introduction Applications store data. As a statement that is about as noncontroversial as it comes. How to store data on different platforms can result in long, involved and often boring conversations...
Using the iOS7 BarCode Scanner - Book App (Xamarin.iOS-Monotouch) Darrell Kress / Fri, Oct 11, 2013 Introduction So Torrey B. here at Infragistics wrote a sample app showing off the bar code scanning capabilities in iOS7 . After the obligatory showing off around our desks, I thought of something that...
What is MonoTouch? DevToolsGuy / Thu, Apr 11, 2013 MonoTouch allows developers to create iPhone applications using C# and the .NET framework, instead of Apple’s official development environment and the Objective C language. It is based on the Mono framework...