Create a Side Menu using NucliOS Torrey Betts / Fri, Oct 31, 2014 Introduction Side menus are a common UI pattern found in iOS apps. With the release of NucliOS 2014 Volume 2, we included a side menu control that makes it simple to add a side menu to any view...
Create an iOS Flow Layout with Ease Using NucliOS (Obj-C & C#) Torrey Betts / Fri, Apr 25, 2014 Introduction With the release of NucliOS 2014 Volume 1 we've included a flow layout control ( IGFlowLayoutView ). This control allows you to easily create a dynamically sized list of items that...
Create Barcodes in iOS with Ease Using NucliOS (Obj-C & C#) Torrey Betts / Wed, Apr 23, 2014 Introduction With the recent release of NucliOS 2014 Volume 1 we've added an iOS control that can render 12 different barcode types. The graphic below shows all of the currently supported types...
IGChartView : Custom Data Styling (ObjectiveC / Xamarin.iOS - Monotouch) Darrell Kress / Tue, Apr 22, 2014 Introduction NucliOS 2014 v 1 introduces the ability to style individual parts of Category Series based charts. Now when certain datapoint needs to be brought to attention, you can change it's appearance...
Custom IGChartView Labelling (Objective - C / Xamarin.iOS) Darrell Kress / Thu, Apr 3, 2014 Why are we here? When showing data in the IGChartView, a common question is how can one format the data for the axis labels. So I threw together a little sample on how to use the IGChartViewDelegate...
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 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...