NSProgrammer

Get your app together! - by Nolan O'Brien

Friday, November 22, 2013

UIColor - why hast though forsaken me!?

›
[UIColor colorWithRed:0.15294117647059 green:0.16470588235294 blue:0.84705882352941 alpha:...
12 comments:
Sunday, October 27, 2013

Easy UITableView optimizations

›
Now this may be the most simplistic blog post I write, but I think it's something that every iOS developer should utilize.   UITableView...
9 comments:
Sunday, August 25, 2013

Anatomy of a Singleton

›
So why would I want to cover such a fundamental concept as how to create a singleton?  Well there are two reasons.  First, it is actually su...
5 comments:
Tuesday, August 13, 2013

HTTP Live Streaming - Videos On Demand (HLS - VOD)

›
HTTP Live Stream  also known as HLS is cool.  Really cool.  The concept if fairly simple, people have numerous different network speeds and ...
20 comments:
Tuesday, July 9, 2013

Updating UITableView with a dynamic data source

›
UITableView  is one of the most versatile UIView s in UIKit .  It can be used in so many ways, the mind boggles.  And it's greatest bene...
3 comments:
Friday, June 14, 2013

Logging: The Most Important Part of Any Application

›
Bold statement, right? But after over a decade of production development work, whether it's a brand new project, coming into a pre-exis...
4 comments:
Thursday, February 28, 2013

View Unloading into the Future!

›
When Apple released iOS 6, they stated that developers were having " trouble " with properly using viewDidUnload and viewWillUnlo...
24 comments:
Wednesday, February 27, 2013

A Better NSData Description

›
NSData has not always returned the HEX string of its data.  There was a time when it behaved far more modestly (and usefully in my opinion) ...
4 comments:

Method Swizzling

›
Objective-C is an amazing language.  So many possibilities with dynamic runtime typing and built in polymorphism.  But one of my favorite fe...
6 comments:
Monday, February 25, 2013

Better Reference Counting (Safe Release)

›
When it comes to manually managing memory, it's absolutely fantastic to have coding patterns for making your memory management duties......
3 comments:
Home
View web version
Powered by Blogger.