How can we integrate UIScrollview,UIView,Textview under TableviewCell.for example if we press button which is in tableview cell, the UITextview must come under that cell…(it wont go to the Next Page)..
How can we integrate UIScrollview,UIView,Textview under TableviewCell.for example if we press button which is
Share
You would need to add a new cell under the one that was clicked. This new cell would have on its content view the
UITextview.