Hi guys, i would like to know whether is it possible to save the edited text in UITextView to sqlite3 by using a button?if so is there anywhere i can find the easiest way to do it?been googling but in vain..
A:
Sure. Create a new method and hook it up to your button's touchUpInside
event.
Inside the method, grab the text from the UITextView
, and then save it to your database.
Are you using Core Data? Or are you directly querying a SQLite database?
Shaggy Frog
2010-03-18 03:05:42
from sqlite..any example you can show?thanks thanks!
summer
2010-03-18 06:15:34