Benzeliden
Benzeliden
Example code: ```lua local widget = require("widget") local testScrollView = widget.newScrollView( { left = 0, top = 11, width = 100, height = 200 } ) local line = display.newLine(11,...
I think I changed my code to not remove scroll view, but hide it instead Alternatively you can try to override this function - https://github.com/coronalabs/framework-widget/blob/d425ae72f47b29a3da5880eebcb1111f2cdf6cd2/widgetLibrary/widget_scrollview.lua#L285 and check if self._view._fixedGroup has...