Tip Calculator App

  Hi, this is another basic app, that seems to be a must for every beginner. Again we are implementing the use of a slider and some basic math operations. Also this will help you understand how to put everything you need to reuse in a function. It makes things much more easy to use, […]

Turkey Baking Calculator App

This is an example code again for an exercise of the same class. The main goal is to create a baking calculator. It teaches you how to use some very important and basic functions like: using a slider how to convert time units and present them properly basic calculations basic user interface Here are a […]

Meme app, draft 1

Ok, this is the first draft of an app, which was supposed to be something like a Meme generator. It was an exercise on the class I am taking with instructor Paul Solt at iphonedev.tv . The app includes a lot of different functions and it’s a very useful experience. There are still a bunch […]

Creating a Rotate Gesture

Here is a complete Rotate Gesture example: We have 2 things – a handle and the gesture itself that uses the handle.. Here is the gesture: is what points to the Handle ( make sure you don’t misspell this). Here is the actual handle:

Creating a Pan Gesture

Here is a complete Pan Gesture example: We have 2 things – a handle and the gesture itself that uses the handle..   Here is the gesture: is what points to the Handle ( make sure you don’t misspell this ).   Here is the actual handle: