Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar

2015-10-20 Thread Jacek Oleksy
On Tue, Oct 20, 2015 at 2:48 AM, Richard Charles wrote: > >> On Oct 19, 2015, at 1:08 AM, Jacek Oleksy wrote: >> >> I double checked it (I use the screenshot mechanism, it displays the >> size of selection rectangle), and it is 24 on my toolbar (and also

Hide UINavigationBar and keep UIPageController content static

2015-10-20 Thread Stevo Brock
I have what I hope to be an easy-to-solve situation, but so far that solution has been elusive. Rather basic setup… UIPageController subclass in a storyboard. All I have in the storyboard is the UIPageController and its associated Navigation Item. In UIPageController viewDidLoad, I create a

Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar

2015-10-20 Thread Jens Alfke
> On Oct 19, 2015, at 11:48 PM, Jacek Oleksy wrote: > > I know that the tool is not the most precise one, but it is enough in > this case (we are talking about 10% difference here!). The height > discrepancy can be easily seen even without any tool (Peeking back into this

Labeling switches/checkboxes on iOS

2015-10-20 Thread Alex Hall
Hello everyone, I have another vision-based question: how are UISwitch objects given labels? Normally, VoiceOver reads some text along with the switch and its state, and I can create that easily with the accessibility settings for my switch. However, there's then nothing visually on the screen