hi!
i hava a problem how to create three different custom view ,
in first customview i have to put one button and textfield,
in second customview i have to put textfield and two button, in third
customview i have to put one textfield and image;
all this customviews has to be created and stored in array and
display to a NSTableview.
And also after these customviews are display in the table, if i
select first row remaining
row should be deleted and again if i click i should display those
deleted rows.
Can anyone tell me how to do this;