I am creating an iPad application using a UISplitView. I used the default template for that type of application in Xcode. The UISplitView has a left pane (menu or list) and a right pane (detail or content view) in it. Each has a navigation bar at the top of the view.
What I want to do is move (with animation) both views to the left so that the list pane is hidden and I can have more controls appear at the right. Please don't tell me I am going against the HIG, I am sure I am, but for what I am doing it makes perfect sense and this is how I want to do it.
The problem is that, after animating the slide across, I am left with little dots at the top and bottom of the screen where the dividing line used to be. The dots are obviously there to curve the corners of the nav bars when they are in the correct place, but now they are just in the way, but I don't know what view they are in or where I can find them. I either want to remove them just before the animation or just disable them completely.
Here is a screenshot of the problem: http://cl.ly/1WEC You can see the dots in the middle of the picture. They also occur at the bottom of the screen.
Here is a video of the animation so far: http://f.dapl.me/1hSY5Y
Thanks for the help!