Sam Gregory

Results 6 comments of Sam Gregory

rotationEffects only need to be removed if you set the frame height .frame(height: 9) on the chart I ended up having to fork and make some additional modifications. Great library...

Thanks for your contribution @datenstau

I was able to get solid functionality zooming/scrolling a EZAudioPlot: Subclass a UIScrollView and add the audio plot as a subview. I had no issues with making the plot really...

Not sure if this is the best solution but I captured 2 images of the EZAudioPlot https://stackoverflow.com/questions/3539717/getting-a-screenshot-of-a-uiscrollview-including-offscreen-parts/3539944#3539944 And animated a UIBezierPath mask on the top one to make it disappear...

Not using a UITableViewController but UITableView as a subview and was experiencing similar sounding problems with UIRefreshControl. Setting the following properties on the UIViewController fixed the UIRefreshControl problems. `self.extendedLayoutIncludesOpaqueBars =...

This worked for me to gain control of z-index for layers. Call moveLayer on the onMapLoaded event. proxy.map?.style.moveLayer(withId: "puck", to: .below("country-label"))