Quantcast
Channel: iPhone iPad Object-C – JMStudio
Browsing all 33 articles
Browse latest View live

iPhone Rss Reader App IOS Tutorial 3: XML Parser in IOS

In this post, I will continue to show you how to implement an rss reader iphone app in Xcode. First, I need to clarify that there is no different between iPhone app and iPad app, except the UI design....

View Article



Add Google Admob in IOS Apps

In IOS platform, Apple also provides a way to monetize IOS apps by iAd. However, the low fill rate is really a headache problem. Hence, Admob for IOS application is alternative way to make money from...

View Article

iPhone Rss Reader App For Twitter

In the post, iPhone Rss Reader App IOS Tutorial, I gave an example to show you how to create a RSS Reader App for iPhone. In that tutorial, I am using the data source from WordPress powered website....

View Article

Create Push Segue Animation Without UINavigation Controller

Apple provides three styles of Storyboard Segue, push segue, modal segue and custom segue. Push segue is a predefined segue with a horizontal sliding animation. To make it works, we have to integrate...

View Article

Create Animation in IOS Apps With PNG Sequence Files

There are thousands of questions about how to use flash animation in IOS apps because the iphone apps and ipad apps don’t support the flash animation files, or swf format file. Now, I have a solution...

View Article


iPhone Rss Reader App IOS Tutorial 4: Show Rss Feed in UIWebView

This is the forth iphone programming tutorial in the iPhone Rss Reader app example. In this iphone source code example, I will improve the xml parser to get more data from rss feed xml, and store them...

View Article

Hide UINavigation Bar in Push Segue Animation

Last time, we talk about how to create a Push segue animation without UINavigation controller. The problem I want to solve is that I want to use horizontal sliding effect as ViewController transition...

View Article

Image may be NSFW.
Clik here to view.

IOS Core Data Example With Sample Code

IOS core data is the most efficient way to save and load data in iPhone and iPad app. It is also more complicated than another ways such as NSUserDefaults or NSFileManager. The best way to help us...

View Article


iOS Tutorial Save Data in Core Data

In last tutorial, we successfully create a new iOS project with Core Data Framework. We also design a Managed Object Model in the Xcode data model design tool and automatically generate the classes...

View Article


Load Data From Core Data Example Source Code

Core data is the simplest way to save and load local data in ios apps. In previous tutorial, I already gave some example source code to show you how efficient it is to save data in core data. I am...

View Article

Image may be NSFW.
Clik here to view.

iPhone Rss Reader App IOS Tutorial 3: XML Parser in IOS

In this post, I will continue to show you how to implement an rss reader iphone app in Xcode. First, I need to clarify that there is no different between iPhone app and iPad app, except the UI design....

View Article

Image may be NSFW.
Clik here to view.

Add Google Admob in IOS Apps

In IOS platform, Apple also provides a way to monetize IOS apps by iAd. However, the low fill rate is really a headache problem. Hence, Admob for IOS application is alternative way to make money from...

View Article

Image may be NSFW.
Clik here to view.

iPhone Rss Reader App For Twitter

In the post, iPhone Rss Reader App IOS Tutorial, I gave an example to show you how to create a RSS Reader App for iPhone. In that tutorial, I am using the data source from WordPress powered website....

View Article


Create Push Segue Animation Without UINavigation Controller

Latest Update: A better way to implement push segue animation without UINavigation bar Apple provides three styles of Storyboard Segue, push segue, modal segue and custom segue. Push segue is a...

View Article

Image may be NSFW.
Clik here to view.

Create Animation in IOS Apps With PNG Sequence Files

There are thousands of questions about how to use flash animation in IOS apps because the iphone apps and ipad apps don’t support the flash animation files, or swf format file. Now, I have a solution...

View Article


Image may be NSFW.
Clik here to view.

Create a Simple IOS App with PhoneGap (Cordova)

As the project requirement, I will start to use PhoneGap to create a IOS app from scratch. This is my first time to use PhoneGap. Here is my understand about PhoneGap. First, PhoneGap is officially...

View Article

Two Ways to Convert JSON String into NSDictionary

JSON is a very simple format for HTTP transaction between app and backend server. Currently, most of public API return data in JSON format, such as Google API. In IOS, there are several ways to convert...

View Article


Two Ways to Download Images in iOS

Downloading images is a very common task in both iOS app and Android app. In Android app, there are several ways to download image by url. It is the same in iOS. Here I will demonstrate two ways to...

View Article

Change UIAlertView After IOS 8

UIAlertView is deprecated in iOS 8 and later. Therefore, we need to use the latest API to show alert view. To make the code more compatible, we can check the system version and implement the alert view...

View Article

Select and Upload Multiple Photos from Gallery or Camera in iOS

Select and upload photos is one of the most use cases in iPhone and iPad apps. Taking a picture and upload to your Facebook, or share it with your friends in Snapchat, it just looks very common. There...

View Article
Browsing all 33 articles
Browse latest View live




Latest Images