Can ads be included in a scrollview?
If so, how are they added?
I have tried various combinations of:
local temp = ads.show( "banner", { x=1, y=100, isAnimated = false, } ) scrollView:insert(temp)
but always receive:
ERROR: table expected. If this is a function call, you might have used ‘.’ instead of ‘:’
Any suggestions?