Thursday, June 30, 2011

Sample code iphone and ipad

http://steaps.techaos.com/Blog/



Sample Code: UITabBar w/ UINavigationController – Code
3 Comments | This entry was posted on Jun 09 2010

Made this a while ago, figured i’d upload it for all to use. It provides the basic template for a UITabBarController with 4 tabs, and a UINavigationController and UITableViewController in each tab. Works nice, simple to use.
Read more »
Uncategorized
Tutorial: UIPickerView Basics
8 Comments | This entry was posted on Jun 09 2010

In this short tutorial I will be showing you how to create a very basic, UIPickerView. It will teach you how to include one in your project, change the text/options inside the picker, and declare an action depending on which option is selected.
Read more »
Uncategorized
Tutorial: Moving An Object Into View
2 Comments | This entry was posted on Jun 09 2010

In this short tutorial I will be showing you how to ‘scroll’ a UITextField into view when editing begins, so it is not hidden behind the keyboard. First off I will guess that you have already implemented a UITextField into your application, and all you are looking to know how to do is scroll it upwards.
Read more »
Uncategorized
Sample Code: Custom Gradient UITableViewCells
4 Comments | This entry was posted on Jun 09 2010

Considering I haven’t made a post on here in forever, I figured I’d start to post up some sample code. In my opinion, you should always subclass UITableViewCell’s when working with large amounts of data. The full cell will draw at one time, causing faster load times! Anyways, here’s the code, it should be pretty simple to understand; all you need to do is change the colouring, maybe some positioning if you like your cells larger.
Read more »
Uncategorized
http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/76730-webservice-how.html


Section 1: About Webservice
Section 2: REST webservice
Section 3: SOAP Webservice
Section 4: HTTP Request
Section 5: Parse XML
Section 6: Parse JSON