Richard Pineo

Results 17 comments of Richard Pineo

Same error for me. This is a pressing issue because Xcode 14 beta is required to develop against iOS 16 beta.

The issue here isn't with charts. My guess is that it's this line: `return Double( position * position * ((s + 1.0) * position + s) + 1.0 )` Try...

We also have a need for this feature to render trajectories for flights over 3d terrain. Any updates to scheduling the feature or potential workarounds?

Any update on this? It also occurs if you provide padding on the left-edge of the view and it's really jarring. We'd like to be able to set the padding...

We have the same need for our application - showing trajectories of flights. Are there any updates for implementing this feature or potential workarounds?

This is also an issue for our application. We do not need location and do not want to query the user about whether location can be used. Edit: It looks...

I would use this functionality as well for the project I'm working on. I believe that I can work around this for now using direct file manager access but it's...

In our case, the reason for needing to get all the keys is to update the cache when the set of data objects has changed. We have a set of...

Thanks for the response! Will consider forking the project or just dealing with the inefficiencies since this part of app isn't speed-critical.

It seems like development on this project has fallen off? I'm faced with this issue where my popover contents requires a ScrollView - any ideas on how to get this...