Archive for Uncategorized

5 Third Party iOS Libraries I Have Found Useful Lately

August 24th, 2012 Posted by: - posted under:Uncategorized - 3 Comments

As I mature as a developer, I try to rely on other people’s code more an more. Why build something from scratch when a solution already exists that you can fit in your project. In , I used 13 3rd party libraries and am using quite a bit more in the project that I’m currently working on. I figured that I would share some of the libraries that I have been using so that …

    READ MORE

    More Informative NSLog’s with Prefix Headers

    August 29th, 2011 Posted by: - posted under:Uncategorized » Snippets - 4 Comments

    Hello iCoders,
    I have a quick tip today that I have been using in some of my development that you guys may find helpful in yours. Lately I’ve been developing a Framework. We mentioned a little something about it earlier here on iCodeBlog. When developing a .framework, a lot of times during my work I couldn’t place break points in the code and had to rely mostly on NSLog. NSLog however really wasn’t doing the job for me. So I …

      READ MORE

      A Sneak Peek At TweetMapper

      March 18th, 2011 Posted by: - posted under:Uncategorized » Articles » Featured - 3 Comments
      TweetMapperIcon

      Devotees will remember that last year the team over here at iCodeBlog released a little iPad app called TweetMapper that showed a live stream of tweets coming down from 10 major cities. Well since then Twitter deprecated its support for XML and increased its support for better searching. As a result about a month ago we dusted the project off and went at completely rebuilding it. We added Core Data in, support for the now current streaming JSON output from …

        READ MORE