Archive for 'MonoTouch'
Hey guys. more new updates to my fork of MonoTouch.Dialog today. Added in support for editing and deleting rows inside radio elements. I overrode the appropriate method in the TableViewController, and added in an event to bubble the properties out for later databinding, and in the mean time so i could update the login i [...]
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 [...]
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
Hey guys, today i decided to make a little helper view for google charts, so you can create a dataset, send it to google, and get a chart in an html view back. Here’s the code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [...]
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 [...]
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 [...]
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.
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 [...]