Quantcast
Channel: iOS Programming Tutorials | EDUmobile.ORG
Browsing all 51 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Loading HTML data using UIWebView in iPhone Development

Suppose if we want to populate the large amount of static data in iOS application then we generally use text view object to represent that data. Text view object is feasible for some situations. But if...

View Article


Image may be NSFW.
Clik here to view.

UI Text Field and View Controls in iPhone

Most common issues arises while using UI TextField and UI TextView controls in iPhone (or iPad) development is that of dismissing the keyset when text entry is complete. In this blog, we’ll show you...

View Article


Image may be NSFW.
Clik here to view.

Segment Control in TabBar Application in iPhone

In this application we will see how to change the background color using segmentControl, in TabBar Application . So let see how it will worked. Step 1: Open the Xcode, Create a new project using TabBar...

View Article

Image may be NSFW.
Clik here to view.

Controlling a UIViews properties for iPad

In this blog we’ll examine how to create a view object in Interface Builder that is backed by a UIView. We’ll control the view’s color and alpha channel properties by using sliders. The app will...

View Article

Image may be NSFW.
Clik here to view.

ImageChange using button pressed in iPhone

In this example we will see how to ImageChange using button pressed. So let see how it will work in our application. My previous post you can find out from here KeyBoard example Step 1: Open the Xcode,...

View Article


Image may be NSFW.
Clik here to view.

Table Views in iOS 7 for iPhone

In this blog, we’ll take a new look at table views using Xcode 5 and iOS 7. This new version of iOS is the first to assume that we will be using storyboards rather than nib files, so if you’ve been...

View Article

Image may be NSFW.
Clik here to view.

Tab Bar Controller in iPhone

Tab bar controllers are used when we need to see more than one view of the same data. In this app, we’ll implement a simple version of an indexing utility, which counts the words in a text sample and...

View Article

Image may be NSFW.
Clik here to view.

View Tint in iOS 7

An important part of developing with iOS 7 is having a consistent look and feel for our apps. One way this is achieved is through the use of tint. A view’s tint property defines the tint color applied...

View Article


Image may be NSFW.
Clik here to view.

Gesture recognizers in iOS

In this blog post, we’ll look at the built – in touch gesture recognizers that can be accessed using Interface Builder in Xcode. These gestures include taps, pinches, rotations, swipes, pans, and long...

View Article


Image may be NSFW.
Clik here to view.

Simple threading in iPhone

In iPhone / iPad development, executing code on a thread other than the main UI thread is usually done to keep a long running process from blocking or stalling the user interface. In iOS, there are a...

View Article

Image may be NSFW.
Clik here to view.

Updating a progress bar (iPhone)

The UIProgressView control is a handy way to allow users to see the progress of a long – running task, but it is not immediately obvious to many new iOS developers how to update the control without...

View Article
Browsing all 51 articles
Browse latest View live