MonoTouch.Info - Entries tagged with SuperYeti
MonoTouch Library - SuperYeti/MonoTouch.Dialog Update - Superyeti420's Blog
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
MonoTouch Library - Core-Plot MonoTouch btouch API wrapper - Superyeti420's Blog
Core-Plot MonoTouch btouch API wrapper Hey guys, well today i undertook a pretty big task, and built the api wrapper definition for btouch for the core-plot project. http://code.google.com/p/core-plot/ I’ve finished it, it compiles, and creates the DLL.  I havent had a chance to test it yet.  took me all day to get the api definition done.  I also had to include NSNumberFormatter as well, as it wasnt included in the MT library.  I’m just waiting on Nathan from the btouch...
MonoTouch Library - Popup Login Control - Superyeti420's Blog
Popup Login Control Hey, i made a cool MonoTouch popup control following a basic tutorial i found.  Here’s a screenshot.  if anyone is interested let me know, and ill github the code.  Cheers.
MonoTouch Sample - Auto Rotate Paged UIViewController Update - Superyeti420's Blog
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 don...
MonoTouch Library - ReadOnlyBindingContext - Superyeti420's Blog
ReadOnlyBindingContext Hey Guys, i havent fully tested this code yet.  it works as such so far.  You have to ensure you include the [Skip] Attribute on any custom system objects as there is still an error with the recursion, and limiting the size of the view, and number of levels of recursion.  Please feel free to add to it as necessary.  Thanks.
MonoTouch Sample - UIPageControl iPhone Home screen WITH Auto Rotate - Superyeti420's Blog
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 API efforts, it made sense to create a cust...
MonoTouch Library - Another upgrade to SuperYeti/MonoTouch.Dialog - Superyeti420's Blog
Another upgrade to SuperYeti/MonoTouch.Dialog Well i kept going on the fork of MT.Dialog today.  I finished cleaning up the new AutoRotate functionality.  I discovered that 1st time an app is runs, NSUserDefaults returns null for the value.  I worked around this, by detecting if the value is null, and returning false, and writing false to the settings file.  This will support legacy functionality, and also exposes the ability to turn on auto-rotate for the whole applica...
MonoTouch Sample -Updates to Monotouch.Dialog
SuperYeti writes a second entry quickly on the heels of the first. This one is to let people know that he has applied some changes to MonoTouch.Dialog (e.g. "I’ve also included auto-rotation capabilities in all forms, fixed up the rendering on the date/time choosers so they rotate and render correctly on the fly, and included functionality for Root.plist configurability of auto-rotate..."). He also points to where you can get this code on GitHub.
MonoTouch Article - NSUserDefaults
A monotouch user (SuperYeti) discussing an issue he was having starts up a blog in order to write about how he got around the issue. He needed to create the root.plist file, have the settings show up in app settings and then read a setting. This is a brief post but it may save you time and hopefully it is just the beginning of things to come.