Going to the next line after an input instead of refreshing


hi,

stumped how make texts that's derived input uitextfield, onto textview , make such after each input, previous sentences not erased. looking instead of updating or refreshing outputs, instead 'pushed' onto next line.

using uitextview output texts scrollable.

in advance!
 

just guess try like:

code:
  mytextview.text = [mytextview.text stringbyappendingstring: mytextfield.text];  
that put recent input @ end of text view, want @ beginning, you'd do:

code:
  mytextview.text = [mytextfield.text stringbyappendingstring: mytextview.text];  
 


Forums iPhone, iPad, and iPod Touch iOS Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

Comments

Popular posts from this blog

Upgrade Eligibility?

need help with itunes 7.7

How to change Apple IDs on iPhones