Old iOS Apps

Mr – iHang

We all have played at least once all-time classic games and have loved for sure some of them, no matter how many times we come across them during our lifetime. So here it is “Mr-iHang”, a new great version of the well known hangman game, where our star is Mr-iHang and it is your duty to keep him not hanged. This game will really thrill you, as the more you play the more you enjoy and get addicted to it. Play either alone or with friends, fight against time if you want and gather as many points as possible.

Keep Reading...
MobileTuts+

Creating a Custom Alert View

Last updated on October 12th, 2018 Welcome to the third and last part of this session, where we’ve created some useful custom views. We’ve implemented a custom text input view, a custom accordion menu, and now we’re going to build a simple custom alert view. Read on! The custom Alert View is going to be […]

Keep Reading...
MobileTuts+

Creating a Custom Accordion Menu

Last updated on October 12th, 2018 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 […]

Keep Reading...
MobileTuts+

Creating a Custom Text Input View

Last updated on October 12th, 2018 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 […]

Keep Reading...
MobileTuts+

Working with the NSOperationQueue Class

Last updated on October 12th, 2018 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 […]

Keep Reading...