The problem with we are faced when using mobile devices and especially when we are developing for mobile devices is how to present everything that a user needs. Mobile devices are relatively small and they never were intended for reading word documents. Nowadays we can see that we can read and also edit word documents […]
Read MoreWe blog on all things iOS
Custom Shape UIButton Tutorial
By default, the buttons on iOS are rectangular shaped. In most situations in which a developer can be that’s enough and we can do most of the things. But sometimes, application requirements are such that we need a different approach to resolve that situation. Let’s say you need the area of the button to be […]
Read MoreReading Gyro info from iPhone Tutorial
Reading position (gyro) data from iPhone is not something new, however, it’s rarely used. Gyro data can be used to monitor users footsteps in health applications, as game controls where tilting of your phone causes characters to do different actions and so on… Now, the unbelievable thing behind this stuff is that it can be […]
Read MoreiOS5 Core Image filters
One of new features in iOS5 is Core Image. It allows you to create amazing image effects in your apps. Core Image comes with several built-in filters, in this tutorial I’ll show you how to use them. Create new project “Single View Application”, add CoreImage framework to project, add UIImageView to your view with Interface […]
Read MoreHow to start with iOS development
Thousands of apps are being developed everyday by people just like you. Apple’s iOS, their mobile operating system found on the iPhone, iPad, and iPod Touch offers unique developer tools to get you started in creating apps that could become useful, fun, and exciting. Your first step in becoming an iOS developer is joining the iOS Developer […]
Read More