Top of the page
Close

This is a red error

This is a red error

This is a red error

iPhone Development

Feb
23

Small database handling library optimised for UITableView

2010.02.23 15:34:21 by Ondrej Rafaj

Hey Kids, today I want to tell you about library I wrote. It works like a tiny little database (without search), it is reusable within the application as all entries are stored in their own file. The entire library is based on NSArray (table) and NSDictionary (row).

This library should cover all the main functions everyone needs when working with tables, including easy reordering system. This library is not designed for large amount of data, but up to 100 items should be fine. Sorry for calling this thing a db but I’ve had no better idea ...

Back to top Read more ...

Feb
4

Building custom forms in your iPhone app using iMessages, ASIHTTPRequest and json-framework

2010.02.04 12:06:49 by Ondrej Rafaj

Hi, today I want to show you how to use our brand new API that allows you to create contact / feedback forms in matter of minutes. In this tutorial we will be using JSON-framework and ASIHTTPRequest. Both are open projects and you can use them in your apps without any limitations.

Back to top Read more ...

Dec
16

How to parse JSON files on iPhone in Objective-C into NSArray and NSDictionary

2009.12.16 18:45:02 by Ondrej Rafaj

Hi, today I want to show you how to parse JSON files into the NSArray and NSDictionary and how to use those files and objects. This article should be a really good starting point for you guys who already knows the basics of work with Interface Builder and XCode.

Back to top Read more ...

Dec
4

Editing UITextView in UITableViewCell via delegate method

2009.12.04 17:53:49 by Ondrej Rafaj

Today I'll show you how to create a delegate method that can pass data back to the parent class.

It actually does not matter if you are using this in the cell in table view or you are just exchanging data between different type of the class ... It' always the same.

Back to top Read more ...

Nov
13

iPhone internet connection check (WiFi, 3G, Edge) something like Reachability.h

2009.11.13 19:45:26 by Ondrej Rafaj

This class will allow you to check if user is connected to the internet or not

It is really easy to use and has just one function that returns YES or NO

Back to top Read more ...

Oct
26

New SQLite3 handling library for iPhones and CoCoa now under development

2009.10.26 22:39:54 by Ondrej Rafaj

Hi, I've started development of the SQLite3 connection and handling library. This project is here to help us using the SQLite database, and once the SQL helper will be done to even help you setup all the queries for you.

Library is available on Google Code and because I've just started today, the only available code is in the SVN repository.

I will definitelly appreciate any feedback from you guys and I'll be happy to share credits on this with another developers :)

Come here to check out what this thing can do ... :)))

Back to top Read more ...

Sep
25

Threading tutorial using NSthread in iPhone SDK (Objective-C)

2009.09.25 15:03:43 by Ondrej Rafaj

This tutorial will show you how to use the NSThread in iPhone SDK to avoid loosing of the interface response.

This is good if you need to run some repetitive task on the background of the application or for some task, which may take long time to process.

Full source codes are included in the example aplication. (NSThread, detachNewThreadSelector, performSelectorOnMainThread)

Back to top Read more ...

Sep
16

UISlider tutorial - example how to use slider in iPhone SDK / XCode

2009.09.16 14:48:33 by Ondrej Rafaj

Hi, Today I want to show you how to use the UISlider. After finishing this tutorial you will be able to read a value from the slider and set a new value from text field (UITextField) after pressing the button (UIButton). All source codes and printable MS Word document are included.

Back to top Read more ...

Aug
23

How to add an icon to your iPhone application

2009.08.23 13:51:43 by Ondrej Rafaj

In this article I'll show you how to add a new nice icon for your iPhone application. This process can't take more than just a few minutes.

Back to top Read more ...

Aug
20

UINavigationBar tutorial with UITable, pushing detail view using didSelectRowAtIndexPath and all XCode example source files

2009.08.20 13:50:05 by Ondrej Rafaj

This tutorial will show you how to populate a table using UITableView, NSMutableArray and Navigation-Based application for iPhone and how to create detail view. Tutorial includes example code, sample project and pictures from Interface Builder.

Back to top Read more ...

Have you seen some nice tutorial, application or article? Please tell us.


IE SUCKS, DON'T USE IT :) Digg this page