I have a plist (dictionary type) populating text views and labels on one view. I would like to have an info UIButton on this first view that links to a separate view and displays some data from the same plist.
it has to be data from the same record in the plist though.
I have everything working, but I'm stuck at being able to pass that data to the second view.
any hints/help is greatly appreciated,
thanks,