Re: NSDrawer

2018-10-01 Thread Phil Marell
Hi, One potential problem I see with drawers is - if the window was in full screen mode, nothing appears to happen unless they know to get out of full screen (which isn’t a good experience). Instead, I would say that Mac apps nowadays tend to have the ability to toggle showing a sidebar-like i

Re: UiView as slider with inertia

2018-10-01 Thread David Duncan
Yea, Jonathan’s recommendation is probably best. You would configure the collection view to scroll horizontally and just vend cells that are the numbers. You can probably configure UICollectionViewFlowLayout to do most of the heavy lifting for you, and perhaps just do a subclass to override tar

Re: UiView as slider with inertia

2018-10-01 Thread Eric E. Dolecki
Have an example? Sounds interesting - but I need the control to work like a UIScrollView in a way (the content can go off to the left and right and not flow) | visible | | | 0 1 2 | 3 4 *5* 6 7 | 8 9 |