After searching the forum over and over again, I havent found my aswer What I bassicly need is the code on how to take a photo and store it in the UITableView , I already search the internet and Havent found an answer what I found : Setting images in UITableViewCell in Swift
What I made:
I made a core data project in swift which scans qr and barcode code and finds what your are looking for. I also made a database using coredata which you add a product ( name / quantity / year of buying)
What I need:
To take photos of the receit and the actual product and store it inside the UITableViewController so when you press it displays what I said.
To put a search toolbar -( how to do it)? and if possible put tags
Thats my whole project Everything I need hould be written in swift ( I already made the Qr Scanner ) but I dont know how to take photo and store in tableview forever
Any help will be apreciated
Thanks
What I made:
I made a core data project in swift which scans qr and barcode code and finds what your are looking for. I also made a database using coredata which you add a product ( name / quantity / year of buying)
What I need:
To take photos of the receit and the actual product and store it inside the UITableViewController so when you press it displays what I said.
To put a search toolbar -( how to do it)? and if possible put tags
Thats my whole project Everything I need hould be written in swift ( I already made the Qr Scanner ) but I dont know how to take photo and store in tableview forever
Any help will be apreciated
Thanks