iphone - Views Below the cell? -


how can integrate uiscrollview,uiview,textview under tableviewcell.for example if press button in tableview cell, uitextview must come under cell…(it wont go next page)..

you need add new cell under 1 clicked. new cell have on content view uitextview.

- (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath { // insert new cell containing text view on indexpath.row+1 } 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -