I have a view with buttons. This view sits in a tabbarcontroller. I have just gotten an issue which appears in the device, but not in simulator. If I switch to another tab and back again the view is redrawn and my buttons come out doubled. I know this because the borders are thicker and the buttons with variable text overwrite each other.
What could be the problem and how do I resolve it? My feeling is that it has to do with memory, but I have no idea how to debug the issue.