jeudi 1 octobre 2015

How can I execute data from SQlite to UiTableView?

I created database that includes one entity: People. The entity has two Attributes: Surname and Age.

I have UIViewController with @IBOutlet var tblPeople: UITableView!.

How can execute all data from data base and show on the UITableView?

(I have one more controller where I can create new data about people and save to data base).

Aucun commentaire:

Enregistrer un commentaire