Notified Q&A

On 19/06/2010, in iPhone, by Pelaez

Hello, you probably got here by twitter, and you already saw the picture, but if you haven’t, here it is:
Notified

Continue reading »

Tagged with:  

Orientation Lock

On 29/05/2010, in Development, Tutorials, iPhone, by Pelaez

This might become obsolete with 4.0, but I think it’s still worth a shot, if not to use it, at least to get an idea on how to do things.

Continue reading »

Tagged with:  

UITableView animations

On 07/04/2010, in Development, SDK, Tips, iPhone, by Pelaez

This is something rather simple, that looks really fancy, and I’ve noticed that almost no apps do it.

The idea is this: Instead of making changes to your DataSource and just telling the table to reload the data, you tell the table to animate the changes in certain sections/rows.

Continue reading »

 

UIColor Additions

On 18/03/2010, in Development, Release, Source Code, iPhone, by Pelaez

Important Edit: Please redownload the file, as there were some important changes (that’s what happen when you don’t test it before :P )

Here are some small but useful additions to the UIColor class in UIKit.

Continue reading »

Tagged with:  

No “Slide to…” text

On 15/03/2010, in Release, Source Code, iPhone, by Pelaez

This is a small dylib I made the other day.

Turns out, you can edit the “Slide to Unlock” and “Slide to Answer” strings easily, but I didn’t find a way to get rid of the “Slide to view” that shows when a push notification arrives.

So I made this small Mobile Substrate extension that just doesn’t create that label.

Continue reading »

Tagged with: