Re: Displaying an "album of images" in iOS

2019-09-20 Thread Dennis Munsie via Cocoa-dev
Are you referring to Cover Flow? https://en.wikipedia.org/wiki/Cover_Flow dennis > On Sep 19, 2019, at 7:23 PM, Carl Hoefs via Cocoa-dev > wrote: > > I'm writing an iPhone app that analyzes an input image and generates nine > jpg images. That's too many to be displayed at once on the GUI,

Re: Displaying an "album of images" in iOS

2019-09-19 Thread Carl Hoefs via Cocoa-dev
Turns out there's an iCarousel framework that provides Cover Flow functionality. https://github.com/nicklockwood/iCarousel Thanks to all! -Carl > On Sep 19, 2019, at 4:48 PM, Carl Hoefs via Cocoa-dev > wrote: > > Yes! Coverflow! That was the

Re: Displaying an "album of images" in iOS

2019-09-19 Thread Carl Hoefs via Cocoa-dev
Yes! Coverflow! That was the name of it! Thanks for the pointer. -Carl > On Sep 19, 2019, at 4:45 PM, Steve Mills via Cocoa-dev > wrote: > >> On Sep 19, 2019, at 18:22, Carl Hoefs via Cocoa-dev >> wrote: >> >> I'm writing an iPhone app that analyzes an input image and generates nine >>

Re: Displaying an "album of images" in iOS

2019-09-19 Thread Steve Mills via Cocoa-dev
> On Sep 19, 2019, at 18:22, Carl Hoefs via Cocoa-dev > wrote: > > I'm writing an iPhone app that analyzes an input image and generates nine jpg > images. That's too many to be displayed at once on the GUI, so I thought to > use an "album of images" that the user can thumb through (an

Displaying an "album of images" in iOS

2019-09-19 Thread Carl Hoefs via Cocoa-dev
I'm writing an iPhone app that analyzes an input image and generates nine jpg images. That's too many to be displayed at once on the GUI, so I thought to use an "album of images" that the user can thumb through (an animated display that used to be popular years ago on Finder, Safari, iTunes,