Cerebro Update
Cool things will be happening to Cerebro in the next couple of days, and I would like to show you some of them today. iPhone Mobile Site It came to my attention that if you ever lose your iPhone, and are trying to track it down, you ...
Author :admin
17 Sep |
13 Comments
CALocationService renamed Cerebro
CALocationService was the code name for my next project and the beta period is almost over, which means that I needed to choose a new name. Cerebro will still be CALocationService under the hood, but it will have new features and more ways to ...
Author :admin
8 Aug |
13 Comments
Creating an iPhone Daemon – Part 5
This is part five of the blog series “Creating an iPhone Daemon”, for part four please click this link iPhone 3.0 just came out, and while the old code set will still work with it, I decided to go back and clean up and organize the ...
Author :admin
26 Jun |
47 Comments
Creating an iPhone Daemon – Part 4
This is part four of the blog series “Creating an iPhone Daemon”, for part three please click this link This is the coolest part of the series. Up until now, all the code can only be used as a standalone application that can only run if ...
Author :admin
25 Mar |
10 Comments
Creating an iPhone Daemon – Part 3
This is part three of the blog series “Creating an iPhone Daemon”, for part one please click this link In the last part of the series, we created the header file for our DLocationDelegate class, now lets create the implementation file (DLocationDelegate.h) // // DLocationDelegate.m // // // ...
Author :admin
25 Mar |
9 Comments