Hello,
I am using scroll view, as shown is the template.
I am also usiing the title bar widget but it seems to be hidden under the scroll view.
local titleBar = widget.newTabBar{
top = display.statusBarHeight,
topGradient = toolbarGradient,
bottomFill = { 117, 139, 168, 255 },
height = 44
}
titleBar.y = 0
How can i fix this.
i tried the following, but it did not work.
titleBar:toFront()
[import]uid: 24708 topic_id: 23660 reply_id: 323660[/import]