Feeds:
Posts
Comments

Posts Tagged ‘TableView’

Here i attach Code file.

1) TableCell.h

Code Link:- TableCell.h Sample Code

2) TableCell.m

Code Link:- TableCell.m Sample Code

In many Place in your iOS Development you use Custom Cell, Custom Table Cell and delegate method of TableView
here i make one sample for creating Custom cell with TextField, Lable, Button and also right Delegate method which we call from out Parent Class.

So i think this code is useful make Custom cell and handle all delegate method of your TableView.

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.