Archive for 'MonoTouch Auto Rotate Page Control View Controller'

Updates to SuperYeti/MonoTouch.Dialog

Hey guys, per Miguel’s request i’ve removed the ctor’s for the editing and auto-rotate functionality, and removed the dependancy on UserDefaults. now you can just use a block statement to instantiate a new dialogviewcontroller with auto-rotate enabled. it is disabled by default. Cheers. http://github.com/SuperYeti/MonoTouch.Dialog

SuperYeti/MonoTouch.Dialog Updates

Hey everyone, i’ve uploaded some more changes to the SuperYeti fork of the MT.Dialog library.  I removed the orientation mode lock i was working on, after hashing it a bit further i decided it was a bad idea, so its gone.  After doing some more work with NSUserDefaults today on my 2nd app im starting [...]

SuperYeti/MonoTouch.Dialog Update

Hi all, i’ve uploaded my latest changes to my fork of MT.Dialog.  I’ve included the HTML Attribute changes Miguel posted recently, and have also updated the HTMLElement to include auto-rotate functionality as well now.  Please take a look, and let me know if there’s anything else you’d like to see added.  Cheers. http://github.com/SuperYeti/MonoTouch.Dialog

Auto Rotate Paged UIViewController Update

Hey guys, i got the rendering fixed on the auto rotate viewcontroller tonight.  it works, and looks awesome.  check out the sample here. http://github.com/SuperYeti/MonoTouch-Auto-Rotate-Page-Control-View-Controller i still need to over-ride the add and addsubview methods, but its a good start in the right direction, and from my googling, 1st time this has been done in the [...]

UIPageControl iPhone Home screen WITH Auto Rotate

Hi Guys, after looking around today, i found a good tutorial on using the UIScrollView and UIPageControl to create the same look as the iPhone Home Screen, which was really cool. http://simon.nureality.ca/?p=135 I decided there was too much configuration required in IB(which im not a huge fan of), and that looking towards furthering my recent [...]