Hi Everyone, I am facing some weird problems on iOS7. window title is flickering when window opens.
win.titleControl = Ti.UI.createLable({ text: "title", color: "white" });
How can i stooped flicking at time of window navigation? I used navigation window. Its very urgent to solve this issue.
Thanks for any help.