I keep needing to find this out, so I thought I’d post it here so I can refer to it. This is the geometry of the UILabels for each of the UITableViewCellStyles:
UITableViewCellStyleValue2
textLabel: 10.000000 : 14.000000 : 68.000000 : 16.000000
detailTextLabel: 83.000000 : 12.000000 : 207.000000 : 0.000000
Posted in iPhone SDK | No Comments »
I thought I’d post the latest stats I have for my sales of Subnet Calc:

Notice that there is a distinct jump towards the present. This was when I switched category from Utilities to Business. I thought it was quite surprising that it made such a difference just changing category, but it seems to have made a fair difference.
Posted in Business | No Comments »
I had the need to code sign using a different developer accounts and my initial thoughts were that it was going to be tricky. But it seems that Apple have actually made it easy now!
The problem comes that during code-sign, it searches for certificates by the name, which leads to “iPhone Developer: Matthew Galloway” matching both certificates you have installed (one for each developer account). But Apple have at some point changed their certificate signing process and they add a number of the end of the common name on the certificate. This means that each certificate is unique even if it’s for the same physical developer.
One thing to note is that I used the same private key to generate the CSR for both certificates. I’m not sure what the implications would be for using separate private keys, but I can’t imagine it would make a difference.
I guess Apple had to do this really because lots of companies would have ended up with problems I’m sure.
So for anyone wondering if they can use multiple developer certificates, then just go for it, it should work!
Posted in iPhone SDK | No Comments »