Passing Data Between View Controllers (iOS Obj-C) Torrey Betts / Thu, May 29, 2014 Introduction When designing an app that makes use of multiple view controllers it may become necessary to pass data back and forth between the view controllers. This common occurance will be...
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...
Scanning Barcodes with iOS 7 (Objective-C) Torrey Betts / Thu, Oct 10, 2013 Introduction With the release of iOS 7, Apple included the ability to detect barcodes through its AV Foundation framework. The supported types are: UPC-A UPC-E Code 39 Code 39 mod 43 ...
Quick-Tip: Dividing a CGRect Using CGRectDivide (Objective-C) Torrey Betts / Tue, May 28, 2013 Introduction When developing iOS applications without using Interface Builder, you'll always end up with a headache of trying to work out some math to split up and layout your views. One obscure method...
Quick-Tip: Convert Coordinate System of a UIView Torrey Betts / Mon, May 6, 2013 Introduction When performing complex animations during run-time or any task that would require the translation of one UIView's location into that of another UIView , keeping track of the math on your...