| 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
source: superyeti420.wordpress.com
|
| MonoTouch Article - MonoTouch UIPopupLoginView custom popup login view - Superyeti420's Blog
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.using System;
using System.Net;
using System.Drawing;
using System.Linq;
using System.Xml;
using System.Xml.XPath;
using MonoTouch.UIKit;
using MonoTouch.Dialog;
namespace PopupLogin
{
public class UIPopupLoginView : UIAlertView
...
source: superyeti420.wordpress.com
|
| 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.
source: superyeti420.wordpress.com
|
| 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...
source: superyeti420.wordpress.com
|
| 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.
source: superyeti420.wordpress.com
|
| MonoTouch Sample - Sample Code for Celeb Spot feature of MIX10 MonoTouch App
Members of the MonoTouch team and the community created the Mix10 App and Miguel just tweeted that the source for the Celeb Spot feature is available via github. This entry links to that sample so that others can learn from it.
source: gist.github.com
|
| MonoTouch Sample - MonoTouch.Dialog - An ImageElement with proper thumbnail display
Martin Bowling has created another replacement element for MonoTouch.Dialog. This time around it is an image element with a proper thumbnail display.
source: gist.github.com
|
| MonoTouch Sample - MultilineEntryElement For MonoTouch.Dialog
Martin Bowling (@martinbowling) recently tweeted that if anyone needed a Multiline Entry Element for the MonoTouch.Dialog library that they could have a look at his sample.
source: gist.github.com
|
| MonoTouch Article - Simplified User Interfaces on the iPhone with MonoTouch.Dialog
Miguel writes a blog post showing the power of MonoTouch.Dialog a project he and others have been working on at github.
At the core of the iPhone UI lies the UITableView, a powerful table rendering widget that is used by pretty much every application on the iPhone. The UITableView is a powerful widget that can render its data in many different ways based on how you configure the widget, these are all variations of the UITableView. MonoTouch.Dialog helps speed up the process and write less code by letti...
source: tirania.org
|




