Archive for 'MonoTouch.Dialog'

MonoTouch UIPopupLoginView custom popup login view

Hey Guys, Alex asked me to post this, so here it is.  The screenshots are on a previous post of mine, here is the code, and i’ll include a little note on usage afterwards.  Cheers. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [...]

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.

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 [...]

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 [...]

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 [...]

Finished the updates to SuperYeti/Monotouch.Dialog

Well i got the updates done.  The new “Alignment” attribute is exposed on any element deriving from stringelement, and you can pass it the UITextAlignment enum to specify in your code file for reflection and binding on classes.  I’ve also included auto-rotation capabilities in all forms, fixed up the rendering on the date/time choosers so [...]

My 1st blog :(….. also NSUserDefaults

Well i swore i’d never do it, but here is my 1st blog:(. While learning MonoTouch.net, i ran into some issues on the NSUserDefaults and Root.plist areas of the SDK.  here are some findings. I used this tutorial here: http://iphoneincubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file  to figure out how to create the Root.plist file, and have the settings show up [...]

  Recent Entries »