Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Pelop17

macrumors newbie
Original poster
Jan 3, 2015
8
0
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
:apple:
 
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.

You don't really store data in a UITableViewController; you store it in a data source. The UITableViewController then uses that data source to populate the table view.

Anyways, I would look at UIImagePickerController for taking pictures and I would think you want to store your images and tags alongside the rest of your data in your Core Data database.
 
You don't really store data in a UITableViewController; you store it in a data source. The UITableViewController then uses that data source to populate the table view.

Anyways, I would look at UIImagePickerController for taking pictures and I would think you want to store your images and tags alongside the rest of your data in your Core Data database.

Thanks you very much
I also found these:
http://stackoverflow.com/questions/...-camera-with-uiimagepickercontroller-in-swift

http://stackoverflow.com/questions/24094644/adding-an-image-into-a-cell

I think these will help also but if you can give me more info that would be great

Thanks
 
You're welcome.



What kind of additional info are you requesting? Please be as specific as possible. Thanks.

I saw that you have publish 3 app in the app store so you have an expirience in programming , but I am writing my code in swift
My programme will be an organiser app
What I mention aboe in my first post in what I need.
If you know where can I find a full source code or good tutorials
Also , If I use apple pay - will it be good
and rather than login in / or sign app you in a website or in my app if you have something to hide like receits using you face via face recognistion will you use it?

Thanks
 
I saw that you have publish 3 app in the app store so you have an expirience in programming , but I am writing my code in swift
My programme will be an organiser app
What I mention aboe in my first post in what I need.
If you know where can I find a full source code or good tutorials
Also , If I use apple pay - will it be good
and rather than login in / or sign app you in a website or in my app if you have something to hide like receits using you face via face recognistion will you use it?

Thanks
Code for taking photos in iOS 8 with Swift.
https://github.com/vandadnp/iOS-8-S.../chapter-camera/Taking Photos with the Camera
 
Ok thaks but this in only for taking images.....I will see what can I do
Any other suggestions ?

You can't be asking instructions for, how to do every little feature in your app.

If you are beginner to Swift or programming I would suggest to start from basics. Then do few tutorials on how to create iOS apps and "copy" those features to your app.

All that you want to do is pretty basic. You just need to learn to use all the countless resources available.
 
An awful lot of online tutorials cover UIImagePickerController with regards to usually making a simple app that lets you take a picture & store / do something with it.

If you're embarking on an actual project & you're unfamiliar with a simple task such as this, then you're probably not in a position to do the project in the first place. Cut & pasting code from the internet won't get you very far at all as eventually you'll just have lots of code blocks with no clue how to make them all talk / work together.

The courses over at somewhere like Treehouse do a pretty good job of introducing this stuff & showing you how to integrate it into an application. I would suggest investing some time in learning to walk before you run.
 
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
:apple:

many of these questions are answered in the bitfountain course. As they charge 149 dollars for their swift course I would call it a no brainer.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.