Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

I've been a zone leader with DZone since 2008. I work as a technical lead on a next generation tool suite using based on Eclipse. This means that I get to use Java everyday, and a selection of the best Eclipse technologies, from EMF to GEF to Xtext. Along with all of this, I do iOS development in my spare time. James is a DZone Zone Leader and has posted 528 posts at DZone. You can read more from them at their website. View Full User Profile

An Alternative To iPad's SplitView Component

09.08.2010
Email
Views: 2697
  • submit to reddit

While looking through the plans for the next iteration of Titanium, I noticed they are getting around all the limitations present in the current iPad Split View (UISplitViewController) with MGSplitViewController, a version developed by Matt Gemmell. I had been hacking away with the default split view implementation through Appcelerator for some time now, and hearing this news made my day.

Some of the essential features in this version of the split view: 

  • Toggling visibility of the side view regardless of the orientation of the device.
  • The ability to have a horizontal, as well as vertical, split.
  • If the split is displayed, it can be dragged.

Of course, if you're a hardcore iOS developer (i.e. using Objective-C) you can get the code and try it out for yourself.

 

This is a great addition for iPad developers, finally giving more control over how the split view acts.

On a related note, have you any open iOS components that you'd like to share?

Published at DZone with permission of its author, James Sugrue.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)