iOS app groups sharing SQLite databases, notifications

2017-01-23 Thread Jens Alfke
I’m looking into the feasibility of sharing a SQLite database between multiple iOS apps by the same developer, using an “app group”. The app group entitlement grants a shared directory where the database file can be stored, but SQLite also relies on file locking and shared memory (via a

Re: Rotary knob with table-like momentum

2017-01-23 Thread Jens Alfke
> On Jan 22, 2017, at 6:27 PM, Eric Dolecki wrote: > > Does anyone have a control (knob) that you can turn with a horizontal swipe, > but snaps to detents. Check on https://www.cocoacontrols.com … they have links to thousands of iOS (and

Re: Enabling UISearchBar cancel button?

2017-01-23 Thread Kyle Sluder
On Wed, Jan 11, 2017, at 10:17 PM, Rick Mann wrote: > I'm creating and displaying a UISearchBar without using > UISearchController (it gets in the way). > > My UISearchBar is installed in the storyboard via IB. I animate it into > position in my UI when the user taps a button. However, the Cancel

Re: Rotary knob with table-like momentum

2017-01-23 Thread Eric E. Dolecki
Thanks for the project. It doesn't contain momentum or rubber-banding though. Right now I have tapping on the left or right to + or - the value and animates the knob. You can also kind of throw it - I translate velocity to a number of steps to move, and it animates appropriately (with no