How can I set a button image on the iPad SplitWindow
Hi
I'm trying to set a button's image for a SplitWindow, so instead of just setting the title as below, I would have an image on the button
if (e.view == 'detail')
{
e.button.title = "title";
No matter what I put in (backgroundImage, selectedBackgroundImage) neither image shows. In fact, it doesn't seem possible to even set the background color of the button.
Has anyone else had this issue?