Skip to content

cjgammon

whatever i feel like writing about

Tag: iphone

HTML5 interaction on the iPhone limitations

By cjgammon Last updated: October 14, 2005April 29, 2022

Although Apple claims to be a major proponent of HTML5 by dismissing flash, the truth is they are really just trying to keep the web from being as rich as native applications where they have…

Read more of HTML5 interaction on the iPhone limitations →

Posted in iphone, web Tagged html 5, iphone

Parse XML for iPhone NSXMLParser

By cjgammon Last updated: October 14, 2005April 29, 2022

so here's how you parse an xml file in objective c, you include the xml in you resources folder in xcode and then we'll create a class file which acts as an NXMLParserDelegate to parse…

Read more of Parse XML for iPhone NSXMLParser →

Posted in iphone Tagged coding, iphone, xml

iphone rotate ui to orientation

By cjgammon Last updated: October 14, 2005April 29, 2022

I found a lot of confusing descriptions on how to get iphone views rotated to orientation. Most of them were using interface builder which doesn't help me as most of the applications I build are…

Read more of iphone rotate ui to orientation →

Posted in iphone Tagged iphone, linkedin

implementing iAd Framework ADBannerView on iOS4

By cjgammon Last updated: October 14, 2005April 29, 2022

Putting ads in your iPhone app is as simple as adding an ADBannerView to your view. You can alter the location of the view by changing CGRectZero to CGRectMake(x, y, 0, 0) or altering the…

Read more of implementing iAd Framework ADBannerView on iOS4 →

Posted in iphone Tagged iphone, linkedin

scale up images for retina display on iphone 4

By cjgammon Last updated: October 14, 2005April 29, 2022

if you include the suffix "@2x" at the end of your image names the app will use these images instead of your regular low res images. For example if I have an image "title.jpg" I…

Read more of scale up images for retina display on iphone 4 →

Posted in iphone Tagged iphone, linkedin

MPMoviePlayerController in iOS4 horizontal

By cjgammon Last updated: October 14, 2005April 29, 2022

I updated XCode and my iPhone SDK today to the latest 3.2.3 and iPhone OS4 only to find that it broke my video players, so below is the code to play it the same way…

Read more of MPMoviePlayerController in iOS4 horizontal →

Posted in iphone Tagged coding, development, iphone, linkedin

Chuggington iphone game now available!

By cjgammon Last updated: October 14, 2005April 29, 2022

Check it out, it's traintastic!

Posted in iphone Tagged iphone

iPhone programming without Interface Builder

By cjgammon Last updated: October 14, 2005April 29, 2022

Personally I'm not a fan of Interface Builder for designing layout of iPhone applications. I prefer the flexibility of having visual elements generated by code where possible. Here are some examples of how to work…

Read more of iPhone programming without Interface Builder →

Posted in iphone Tagged coding, iphone

Archives

  • April 2025
  • March 2025
  • July 2024
  • February 2023
  • January 2023
  • November 2022
  • June 2022
  • May 2022
  • April 2022
  • October 2021
  • June 2020
  • January 2020
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2016
  • December 2015
  • October 2015
  • August 2015
  • August 2013
  • October 2005
RSS
© Copyright cjgammon. All rights reserved.