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.