Using RapidWeaver to Generate Help Files for iPhone App
January 11, 2010
I’m no HTML guru. I can read it and, with great labor, write it. Since I use RapidWeaver for all of my websites, I decided to see if I could use RapidWeaver to create the help files on the iPhone app.
Here I describe my process for doing this.
Read More...
Here I describe my process for doing this.
Read More...
Disabling Zoom in UIWebView
January 08, 2010
In an earlier post, I discussed various behavior differences of different document types within UIWebView. One of the uglier aspects of UIWebView is the extra margin that can appear in RTF or HTML pages after you’ve zoomed and then rotate the device.
Turns out that Apple has some iPhone specific META tags that can disable the zoom.
Read More...
Turns out that Apple has some iPhone specific META tags that can disable the zoom.
Read More...
UIWebView Document Behavior Differences
January 02, 2010
I was trying to decide what document format to use for my help and about app panels. UIWebView is the obvious view of choice to use. UIWebView will display many different document formats, but I considered using 4 different possibilities: PDF, Pages, RTFD, and HTML.
Each document format behaves differently within UIWebView. Below is a summary of some of those differences.
Read More...
Each document format behaves differently within UIWebView. Below is a summary of some of those differences.
Read More...
Automatically converting and bundling audio files for iPhone app
December 30, 2009
If you’re working with sound sources that are not iPhone optimized, you can set up a custom XCode build rule to convert them and install them for your iPhone application.
Read More...
Read More...
iPhone Development
December 01, 2009
My previous passion has reared its ugly head, and I’ve been seduced into writing at least one application for the IPhone / iPod Touch. Read More...