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...
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 IGGridView with Xamarin.iOS Brent Schooley / Wed, Dec 11, 2013 Following up on the theme of getting these Xamarin posts cleaned up , I need to address the IGGridView post as well. Hopefully this will be a better help than that post! If you are a Xamarin.iOS developer...
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...
Quick-Tip: Detecting Smiles Using iOS 7 (Objective-C) Torrey Betts / Mon, Oct 14, 2013 Introduction iOS 7 introduced 2 new detections for faces in images; smiles and eye blinking. This functionality is really useful for developers writing apps that use the camera or process image...
Quick-Tip: Creating Grid Lines on the IGGridView (Objective-C) Torrey Betts / Thu, May 9, 2013 Introduction As of NucliOS 2013 Volume 1, the IGGridView currently does not support column separator lines. Until we add this feature natively, there's a simple workaround you can use to create gridlines...
Using SQLite3 as a Data Source in an Xcode Project (Objective-C) Torrey Betts / Tue, Apr 23, 2013 Introduction One important aspect of almost any application is the data source that provides or store data to the UI elements. In this article we'll wire up the most widely deployed SQL database engine...
Getting Started using NucliOS with Xamarin.iOS Part 2: IGGridView Brent Schooley / Wed, Apr 10, 2013 NucliOS is an Infragistics toolset that allows you to create high performance iOS applications that feature the wonderful data visualization you have come to expect from our developer tools. If you are...