• Home
  • Contact me
  • Twitter
  • LinkedIn
  • Igloo
Categories
  • .NET
  • JavaScript
  • Css
  • Objective-C
  • Getting Real
  • SQL
Projects
  • Pomodoro Web App
  • jQuery HTML5 Uploader
  • SharpSquare
  • DOM Counter
  • jQuery Placeholder
  • DotFuzzy
  • Broadcast Questions
  • GolfMaps
  • TaggedLife
  • KenyaOS

How to debug EXC_BAD_ACCESS with NSZombieEnabled on iOS

July, 20th 2011 | Objective-C

Developing in Objective-C for iPhone or iPad, it may happen that the app we are testing closes unexpectedly returning: EXC_BAD_ACCESS. This error occurs sending a message to an object that has alread

Action Sheet Cancel Button in iPad

April, 14th 2011 | Objective-C | 3 comments

While developing an applicarion for iOS, it can occur the need to put the user in front of a choice to proceed with a given task. This is possible thanks to Action Sheet. The following code, for exam

  • 1