uitableview - How do I display a cell in table view in a modal in iOS app? -
i have sale history table view controller displays list of orders cashier have entered previous menu. in list of orders page, each cells display order id , summary of orders.
i want able tap on each cell(order) , display entire order in either new page or preferably popup on same page modally. not sure segue should use , how go doing that.
i believe in ios 8, can use push segue, , change position attribute bottom , technically modal view. there, display table view passing id in segue.
Comments
Post a Comment