• New tutorial on the MobileTuts+

    New tutorial on the MobileTuts+

    Creating a Custom Alert View

  • Creating a Custom Accordion Menu

    This tutorial will teach you how to create a custom Accordion Menu. This animated menu will allow you to collect input from the user in an engaging and streamlined fashion. Read on to learn more! The accordion menu’s initial position will be at the center of the target view it appears on. When the menu…

  • Next tutorial on MobileTuts+

    Next tutorial on MobileTuts+

    Creating a Custom Accordion Menu

  • Creating a Custom Text Input View

     Developing an amazing application is not a simple job. Traditionally, one of the most difficult aspects of doing so has been creating rich, compelling interfaces. This tutorial will teach you how to build a custom text input view that will help make your own apps shine! This tutorial is the first in a collection on…

  • The second tutorial on the MobileTuts+ now available!

    The second tutorial on the MobileTuts+ now available!

    Creating a Custom Text Input View

  • Working with the NSOperationQueue Class

    Multi-tasking prevents apps from freezing. In most programming languages, achieving this is a bit tricky, but the NSOperationQueue class in iOS makes it easy! This tutorial will demonstrate how to use the NSOperationQueue class. An NSOperationQueue object is a queue that handles objects of the NSOperation class type. An NSOperation object, simply phrased, represents a…

  • My first tutorial on the MobileTuts+ is out!

    My first tutorial on the MobileTuts+ is out!

    Working with the NSOperationQueue Class

  • How to show and hide (toggle) UITableview sections on the fly

    Some time ago I had written a post about how to use UITableView cells and make them work as a drop-down list. Anyone who had read that post might understood that when working with UITableViews you can do things more than the usual and common ones, and you can go as far as your imagination…

  • How to scroll an obscured textfield above the keyboard in combination with UIKeyboard notifications

    For a long time I wanted to write about a specific topic that surely every programmer encounters in his/her programming life. A topic not that difficult, but an important one. That is, how to scroll a textfield to a visible area of the view when it’s obscured by the keyboard and how to put it…

  • How to play audio files using the AVFoundation framework

    The topic of this tutorial is about the AVFoundation framework, which is a powerful set of tools that let programmers to work with both audio and video related tasks. In here, I’ll make a small introduction on how to play audio files using the framework, which is the most common task for the majority of…