Designer Pattern for Objective-C

0

Well, does anyone know of a good book, book, or blog that explains well about Designer Pattern, specialized in Objective-C / iOS, with good examples and updated?

    
asked by anonymous 12.08.2014 / 22:28

1 answer

1

There's an excellent online reference on design patterns in Objective-C using iOS as a platform: link

Apple already has a initial guide as well Quick to read, addressing the main design patterns used in iOS.

    
14.08.2014 / 17:17