↓
 
Hawk iMedia 
 
  • Home
  • About Us

Hawk iMedia

#pragma mark - Development Blog

Home→Categories iDevBlogADay - Page 2 << 1 2 3 4 5 6 >>

Category Archives: iDevBlogADay

#iDevBlogADay

Post navigation

← Older posts
Newer posts →

Supporting National First Responders Day

Hawk iMedia Posted on September 26, 2014 by Hawk iMediaSeptember 24, 2014

Saturday, September 27th is National First Responders Appreciation day in the United States, a day set aside to recognize, remember, and thank all the brave men and women who daily put their lives on the line (or who have given … Continue reading →

Posted in iDevBlogADay | Tagged Giving Back, National First Responders Day, OuttaMyWay

FilterFresh: The Back Story

Hawk iMedia Posted on April 11, 2014 by Hawk iMediaApril 10, 2014

This week, with as much media “blitz” as an indie shop can muster, we announced our latest app, FilterFresh, along with our completely revamped website. FilterFresh is free and solves a simple problem: It reminds you when to change or clean … Continue reading →

Posted in iDevBlogADay | Tagged FilterFresh, Helpshift, iAd, UI, UX

Badged UIBarButtonItem

Hawk iMedia Posted on March 28, 2014 by Hawk iMediaMarch 27, 2014

A new project (nearly ready to release; stay tuned) required some custom UI. One element was a badged UIBarButtonItem, for which I wrote a custom class, which I am releasing as open source here: https://github.com/granoff/FFBadgedBarButtonItem

Continue reading →
Posted in iDevBlogADay | Tagged Objective-C, UI, UIBarButtonItem

Caching +imageForURL: Results

Hawk iMedia Posted on February 14, 2014 by Hawk iMediaFebruary 13, 2014

About a month ago I wrote about the recurring but ever-solvable problem of loading images in the background without losing performance while say, scrolling a table view. While I would be pleased to ship that code today, there is an … Continue reading →

Posted in iDevBlogADay | Tagged Performance, UITableView

Endlessly Solvable Problems

Hawk iMedia Posted on January 17, 2014 by Hawk iMediaJanuary 16, 2014

There is no shortage of common engineering problems that have been solved over and over again, or just once. In either case, if a Good(tm) solution is found, it gets reused wherever it is needed. Others however, get solved over … Continue reading →

Posted in iDevBlogADay | Tagged Performance, UITableView

Look Back, Look Ahead: New Year Observations

Hawk iMedia Posted on January 3, 2014 by Hawk iMediaJanuary 2, 2014

Goodbye ’13, Hello ’14! This is the time of year where we all take stock of the year just ended, and think about what the coming year may hold. This is that post for me, a personal reckoning of sorts.

Continue reading →
Posted in iDevBlogADay | Tagged Career, Consulting, Lessons Learned

iOS7 UIPickerView Customization

Hawk iMedia Posted on August 30, 2013 by Hawk iMediaAugust 29, 2013

The iOS UIPickerView is one SDK component that leaves little to the developer for customization. With iOS7 and its entirely revamped look and feel just around the corner (allegedly), you may think that you’ll be stuck with the new and … Continue reading →

Posted in iDevBlogADay | Tagged iOS7, UI, UX | 4 Replies

The Next Thing

Hawk iMedia Posted on April 26, 2013 by Hawk iMediaApril 25, 2013

I debated about what to write about today, especially in the wake of yesterday’s WWDC ticket frenzy, the subsequent online screaming about it, and everything else. I think in the end, Apple will do what Apple does, and that’ll be … Continue reading →

Posted in iDevBlogADay | Tagged Best Practices, CoreData, Design, iOS, UI, UX | Leave a reply

Standalone Delegate Objects

Hawk iMedia Posted on April 12, 2013 by Hawk iMediaJune 19, 2013

It is very common practice that an object like a view controller is the delgate (and perhaps datasource) for another encapsulated or included object, such as a table view. This affords easy access from the delegate methods to the delegate … Continue reading →

Posted in iDevBlogADay, Software Development | Tagged Design, UITableView | 2 Replies

Unit Testing for Fun and Profit

Hawk iMedia Posted on February 1, 2013 by Hawk iMediaFebruary 1, 2013

How do you know if your code works? You test it of course. But, how do you test your code? Do you run it in the simulator? On your device? Is that enough? The simple answer is: No. How can … Continue reading →

Posted in iDevBlogADay, Software Development | Tagged Best Practices, Quality, Test Driven Development, Unit Testing, Workflow | Leave a reply

Post navigation

← Older posts
Newer posts →
©2025 - Hawk iMedia
↑