ios - Make a single view application to table view application -
I have created a single visual application, it's like an alarm app and like an alarm app in the iPhone (which basically If I tap the plus button, I want to make the application a cell in the table view, and when I tap the cell, I want a single view (which I already have I have made it) How can I do this?
A few steps to proceed:
- When you tap the + button To add 1 cell:
- To tap the cell -> Different view:
Try downloading and testing sample code from Apple Hope That's it helps.
Comments
Post a Comment