Category Archives: Objective-C

iOS HTTP Basic Authentication and RestKit

Today morning I was looking for some solution to use authentication with my REST calls to GeoCouch database. I set up the security on the server side but couldn’t get it to work really on the iOS. No joy on stackoverflow.com either :). Was lucky enough to google up a very small solution project created […]

Read More →

Parsing JSON with Objective-C and RestKit

Another problem I have found while developing my pet-project application called ‘BeaconHarvester‘ was to integrate it with the external web service somewhere to allow people exchange information about iBeacons found, this functionality is on its way but for now I would like to share a few bits on how to parse quite complex JSON data […]

Read More →

Introduction to Objective-C for Programmers, part V

Introduction to Objective-C for Programmers contains the following parts already: Part I – literals Part II – class cluster pattern, categories, description method Part III – method swizzling Part IV – error model, delegates Part V – blocks This is the fifth part of the series, today I will describe what blocks are, how to […]

Read More →

Introduction to Objective-C for Programmers, part IV

Introduction to Objective-C for Programmers contains the following parts already: Part I – literals Part II – class cluster pattern, categories, description method Part III – method swizzling Part IV – error model, delegates Part V – blocks   This is the fourth post in the series ‘Introduction to Objective-C for Programmers’, today I will […]

Read More →

Introduction to Objective-C for Programmers, part III

Introduction to Objective-C for Programmers contains the following parts already: Part I – literals Part II – class cluster pattern, categories, description method Part III – method swizzling Part IV – error model, delegates Part V – blocks This is the third part of the series ‘Introduction to Objective-C for Programmers’. This post will be […]

Read More →

Introduction to Objective-C for Programmers, part II

Introduction to Objective-C for Programmers contains the following parts already: Part I – literals Part II – class cluster pattern, categories, description method Part III – method swizzling Part IV – error model, delegates Part V – blocks   This is a continuation on the series ‘Introduction to Objective-C for Programmers’, in this part I’m […]

Read More →

Introduction to Objective-C for Programmers, part I

Introduction to Objective-C for Programmers contains the following parts already: Part I – literals Part II – class cluster pattern, categories, description method Part III – method swizzling Part IV – error model, delegates Part V – blocks   If you are interested in iOS development and you still angry that you cannot grasp Objective-C […]

Read More →