List with a Picker included in the list items

Hi Sorry I am new to coding and new to xcodes.


So i think what i am looking to do is have a table view of a defined list and then each item within this list can has its on picker for the count,.


I am not very good with xcode or programming and just learning the basics. What controls would i need to do this? And is there a way to link them easily? Or do i have to build each one individually and then link them date way?


I would also like to store the quanities of stock (picker and items within last) within the app. really appreciate any steer in the right direction as i am not very good at this stuff but enjoy the idea of building something custom just for myself.


Thanks

why do you want to use a picker ? That may not be very well looking in a table view cell.


if you want anyway, create a xib for a custom cell, insert a picker inside...


otherwise, why not a simple UITextField and may be 2 buttons for + and - ?

Thanks for the advice, I have about 2000 products in a shop i own and i want to do a daily stock take of high value items, so to me a picker would be easier??? i dont know... the values per stock line take would be 0-9 i think..... so yeah maybe a +- solution would be easier... im not sure.

You are the best placed to decide what is most adapted to your app. But consider that turning the wheel kust to increment by 1 or 2 is really teadious (and slow) at the end.

List with a Picker included in the list items
 
 
Q