Dear Sensiblecocoans,
I'm having some issues with popovers, I've created a sample project for you to look at that I will attach to this thread.
I'm working on a project that requires tag management and selection.
I've created two view controllers. One which allows the user to create and delete tags (called TagManagementController in the sample project), and one which allows the user to select tags (called TagSelectionController in the sample project).
In the full project TagSelectionController has other options at the top level but in this example is just has a selection cell which takes the user to a list of tags.
The problems are these:
- In the TagManagementController the 'edit' button doesn't work but more importantly (although I suspect related), when a modal controller is presented the navigation bar in the modal controller is see-through and when the modal controller is dismissed the navigation bar for the top-level view is gone.
- In the TagSelectionController when the selection cell is displayed, the border for the popover is enlarged and the new controller is displayed with an offset.
I'm going to attach the sample project now and then I'll try to attach some screenshots showing what's going on. This attachment is hidden for guests. Please log in or register to see it.