Feeds:
Posts
Comments

Posts Tagged ‘Objective-C’

addressbook

Here i attach Code file.

Code Link:- Retrive All field value from the address book Sample Code

This code is useful for retrieve Address Book Record in your iPhone/iPad Application.

For that you have to add AddressBookUI.Framework and AddressBook.Framework in your Application.

by This code we  get all Record form Address Book form our iPhone/iPad Application.

Read Full Post »

In iOS Application Development we use custom Table Cell

At time we need to use dequeueReusableCellWithIdentifier for create Cell.

So here i make on class in that i define dequeOrCreateInTable one class method so you can directly call this way in your UITableview delegate cellForRowAtIndexPath method.

TableCell *cell =[TableCell dequeOrCreateInTable:tableView];

you also need to #import “UITableViewCell+NIB.h”

here i attach code for this both file you can create your file and put this code in that file and use.

1) UITableViewCell+Nib.h

Code Link:- UITableViewCell+Nib.h Sample Code

2) UITableViewCell+Nib.m

Code Link:- UITableViewCell+Nib.m Sample Code

Read Full Post »

Follow

Get every new post delivered to your Inbox.