From 881c36a0d156efe0d8d32fe861af00a0c5bdf722 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Wed, 7 Jul 2010 02:52:56 +0800 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c01c4aa --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Glass Buttons for iPhone +==== + +Uses public APIs to create native-looking glass buttons. No image files used. Buttons can be created in IB (and configured programmatically) or fully by code. + +How To +--- +* Include Quartz Core framework. +* Add Global.h, MOButton.h/.m, MOGlassButton.h/.m +* See demo project. + +Questions? +--- +* Email: [hboon@motionobj.com](mailto:hboon@motionobj.com) +* Web: [http://motionobj.com/](http://motionobj.com/) +* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon) +