Ryan Malmoe

Results 3 comments of Ryan Malmoe

The error is from the path to the ignore property being moved. Changing line 129 in vue-cli-plugin-browser-extension/index.js `args[0][0].ignore.push('browser-extension.html'); to --> args[0].patterns[0].globOptions.ignore.push('browser-extension.html');` Fixed it for me.

I am currently having the same issue, possibly just placing [swipeview reloadData]; in the wrong area not sure though. Any help would be great!

For me the issue was I wasn't putting reload in viewwilllayoutsubviews. [self.currentSwipe reloadItemAtIndex:self.currentSwipe.currentItemIndex]; [self.currentSwipe reloadItemAtIndex:self.currentSwipe.currentItemIndex + 1]; Also I used this code to reload the swipeview and it worked wonderfully!...