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 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -