Category: Mobile

  • Scroll a UIWebView

    I struggled with this one for quite a while.  I kept searching and searching, all I could find was forums and no one seemed to have an answer!

    Well, if you’re here, don’t worry, I have the answer you have been looking.  Let me show you how to make a UIWebView scrollable for your iPhone application. (more…)

  • Transparent UIWebView

    The other day I was working on my iPhone application.  In the application I have a view.  This view creates a UIWebView.  I then proceed to load content from a webpage into the web view.

    This works great.  I was then tasked with adding a bit of style to the view similar to how you perform a transparent background with CSS.

    I started by creating all of the style in the webpage, but I quickly realized that this was causing the load to be a lot slower.  Instead I had to integrate the design into the view and simply display the content from the webpage in the design.

    This was going pretty well until the webpage sat like a big white blob on top of my nice image.  I couldn’t let this be and had to find a solution, luckily it wasn’t to complicated. (more…)

  • UINavigationController Background Color

    Boy today was a frustrating day.  Over the past month or so, when I have some free time at work I’ve been learning Objective C to create iPhone applications.

    Today, I struggled and struggled to do the most simplistic thing ever and I wanted to share it with everyone so if you get stuck with the same problem, hopefully you will solve it a lot quicker than I did.

    What I was trying to do was to change the background color of the “blue” navigation header. (more…)