iPhone: Some Popular Topics
It recently has come to my attention that you guys and gals have been actually reading my blog. For the code. I write these blog posts so I personally won’t forget the tips and tricks I learn along the way, I didn’t realize others would read it too. So to that end I would like [...]
iPhone Development: XCode 4
I like developing for the iPhone. I do. It’s just challenging keeping up with Apple. Each month it seems there is another SDK or IDE making things obsolete. This time it is XCode 4. I am sure there are TONS of features that I “want” and TONS of features that will “help” me write scintillating [...]
iPhone: UIActionSheet transition “traffic-jam”
Ok, so I have been working on an application for close to a year now…I have a UIActionSheet with buttons….when you click these buttons, I fetch the buttonIndex from the delegate method: So my UIActionSheet delegate was working fine….but today…..it FAILED.
iPhone: Dynamic Table Cells
Ok, so this may be old news, but I havent had the “need” to do this until now, and well, I thought I would post the code as an example to show you how do dynamically set the height of TableCells in your tables. That should do it. This is obviously code in the UITableViewController [...]
iPhone SDK 4.1 AdBannerView – setUserInteractionEnabled:YES
Umm, so I have beeen trying to implement iAd…and for the most part it works…nested controllers gets ugly, the ad appears behind toolbars, etc, but I wont talk about that now. I have a client who has an iphone 4 running iOS 4.1..great. I send an ad hoc build with the iAd working on my [...]
iPhone: It’s all in the CGContextRef
Howdy all. Or “hey you’s guys”..yes, Im back in NJ, and still coding. Today’s rant/rave is about the CGContextRef, and its role in creating masks, and just graphics in general. So I have been working on an application for the past year and it deals heavily with graphics. This past week I have had the [...]
iPhone: Code Projects
I guess this blog post is a ridiculous “poll” of sorts, but some moron actually insulted me for not posting a “downloadable XCode project” to correlate to my blog post on navigation controllers. I don’t blog for money, have a job, and for the most part, do it so I can go back to my [...]
iPhone: UITableView background color to “clear”
I need to set the background color of my table to a clear color, because as we all know a grouped UITableView background looks like an old gray pinstripe suit. So, I want mine to be transparent so the view BEHIND my UITableView is seen clearly….hmm….”clear”-ly. Here is the code: [[self.myTableController tableView] setBackgroundColor:[UIColor clearColor]]; Clearly.
iPhone: Selecting colors with a tap
I need to select color. Don’t ask why, I cant tell you. I just do. I begin searching the interwebs and come across some code from Apple, and then some code on another blog that took that Apple code and “magitized” it from C to Obj-C. Cool. So I have some code. Now let’s test [...]

Loading...
Recent Comments