|
Setting accessibility text for a table cell view
3 messages
I'm new at accessibility, and have recently been supporting a blind user. One of the tables in my conveys information in shorthand by using colours and styles, which don't come across with VoiceOver.
I'm new at accessibility, and have recently been supporting a blind user. One of the tables in my conveys information in shorthand by using colours and styles, which don't come across with VoiceOver.
|
By
John Brownie
·
|
|
XCTests and test start and stop events.
Last week I got the XCTest details sorted out and ended up with an observer class that ends up quite like the iOS AppDelegate does for app start and stop events but for test bundle events. The big tri
Last week I got the XCTest details sorted out and ended up with an observer class that ends up quite like the iOS AppDelegate does for app start and stop events but for test bundle events. The big tri
|
By
Alex Zavatone
·
|
|
Weird Error Message
2 messages
Hi All, I’m getting this message in the XCode log whenever I run my App: 2020-01-18 11:19:15.773124+0100 SudokuSolverForMac[27373:7517021] flock failed to lock maps file: errno = 35 Should I be worrie
Hi All, I’m getting this message in the XCode log whenever I run my App: 2020-01-18 11:19:15.773124+0100 SudokuSolverForMac[27373:7517021] flock failed to lock maps file: errno = 35 Should I be worrie
|
By
Dave
·
|
|
NSPrincipalClass in info.plist on iOS
Has anyone successfully gotten this to work to indicate which class to load on target startup? I am using an XCTest target and Apple’s docs for XCTestObservationCenter state that the info.plist NSPrin
Has anyone successfully gotten this to work to indicate which class to load on target startup? I am using an XCTest target and Apple’s docs for XCTestObservationCenter state that the info.plist NSPrin
|
By
Alex Zavatone
·
|
|
Properties being set to nil?
11 messages
Hi All, I have a View Controller that is Instantiated in code from a storyboard file: myGameViewController = [myStoryboard instantiateControllerWithIdentifier:kLTWGameMainViewControllerID]; if (myGame
Hi All, I have a View Controller that is Instantiated in code from a storyboard file: myGameViewController = [myStoryboard instantiateControllerWithIdentifier:kLTWGameMainViewControllerID]; if (myGame
|
By
Dave
·
|
|
Header Files
3 messages
I’m trying to find which files numerical min max types are defined in. Specifically, NSUInteger and its associated types. I have’nt had to look any up for so long, I’ve completely forgotten where they
I’m trying to find which files numerical min max types are defined in. Specifically, NSUInteger and its associated types. I have’nt had to look any up for so long, I’ve completely forgotten where they
|
By
Peter Hudson
·
|
|
When does AppDelegate:applicationDidFinishLaunching get called?
14 messages
Mac Project. MacOS 10.14.6 Hi All, I have some code that needs to be initialized before any Window/View are displayed. The App was working ok, but it looks like something has changed? I have a call to
Mac Project. MacOS 10.14.6 Hi All, I have some code that needs to be initialized before any Window/View are displayed. The App was working ok, but it looks like something has changed? I have a call to
|
By
Dave
·
|
|
Flipped Views not Appearing Correctly when Loaded from Storyboard
Hi All, I am using Flipped Views (isFlipped = YES) in a window. The window is loaded from a Storyboard file. Initially the window appears Bottom Up instead of Top Down. When I resize the window all Sn
Hi All, I am using Flipped Views (isFlipped = YES) in a window. The window is loaded from a Storyboard file. Initially the window appears Bottom Up instead of Top Down. When I resize the window all Sn
|
By
Dave
·
|
|
[OT] Cocoa Developer Needed
3 messages
I’m looking for a macOS developer to join our team in Northern NJ. This is for mid-level candidates or higher. Candidates must be well versed or fluent in the following: Objective-C/C SQL (preferably
I’m looking for a macOS developer to join our team in Northern NJ. This is for mid-level candidates or higher. Candidates must be well versed or fluent in the following: Objective-C/C SQL (preferably
|
By
Sandor Szatmari
·
|
|
How to Initial Views using Manual Layout?
XCode 11 Mac Hi, I have the following view hierarchy in a Storyboard file Window->RootView-BottomView->BoardView->CellView1 Window->RootView-BottomView->BoardView->CellView2 Window->RootView-BottomVie
XCode 11 Mac Hi, I have the following view hierarchy in a Storyboard file Window->RootView-BottomView->BoardView->CellView1 Window->RootView-BottomView->BoardView->CellView2 Window->RootView-BottomVie
|
By
Dave
·
|
|
Silencing deprecation warnings in Swift
I’m in the process of porting some Obj-C code to Swift. Several Core Data entity properties are marked as deprecated for general use but, at least in several migration methods, they still need to be a
I’m in the process of porting some Obj-C code to Swift. Several Core Data entity properties are marked as deprecated for general use but, at least in several migration methods, they still need to be a
|
By
Steve Christensen
·
|
|
Specializing NSPredicateEditor
Can anyone think of a way to subclass NSPredicateEditor so a shift-click in the + button will cause the same template as the clicked row to be inserted instead of the next unused template? If there ar
Can anyone think of a way to subclass NSPredicateEditor so a shift-click in the + button will cause the same template as the clicked row to be inserted instead of the next unused template? If there ar
|
By
Steve Mills
·
|
|
Where is my crash log?
Console.app told me: default 22:57:28.157905+0700 ReportCrash Saved crash report for chronyd[15863] version 0 to chronyd_2019-12-14-225728_Spinat.crash But I cannot find this. Where should I look? Ger
Console.app told me: default 22:57:28.157905+0700 ReportCrash Saved crash report for chronyd[15863] version 0 to chronyd_2019-12-14-225728_Spinat.crash But I cannot find this. Where should I look? Ger
|
By
Gerriet M. Denkmann
·
|
|
Drag & Drop, a lifelong curse
6 messages
OK, so after "modernizing" my app to add multiple drag items (flavor NSPasteboardTypeFileURL) to the drag clipboard instead of just one with multiple flavors (NSFilenamesPboardType and NSURLPboardType
OK, so after "modernizing" my app to add multiple drag items (flavor NSPasteboardTypeFileURL) to the drag clipboard instead of just one with multiple flavors (NSFilenamesPboardType and NSURLPboardType
|
By
Steve Mills
·
|
|
How to return data for NXSMLParserDelegate's -parser:resolveExternalEntityName:systemID:
6 messages
What is the expected value of the returned NSData supposed to be for this method? The docs says "An NSData object that contains the resolution of the given external entity." To me, that means that for
What is the expected value of the returned NSData supposed to be for this method? The docs says "An NSData object that contains the resolution of the given external entity." To me, that means that for
|
By
Steve Mills
·
|
|
Crash in Apple code, not mine - what can I do?
4 messages
A customer sent a crashlog that clearly shows Apple's code is what's crashing on 10.14.6. There's no way I can reproduce it. So what can I do? Just submit a bug to Apple with the crashlog (although it
A customer sent a crashlog that clearly shows Apple's code is what's crashing on 10.14.6. There's no way I can reproduce it. So what can I do? Just submit a bug to Apple with the crashlog (although it
|
By
Steve Mills
·
|
|
Playing a sequence of notes with AVAudioSourceNode
Is it possible to set up an AVAudioEngine and friends so I could feed it a sequence of MIDI notes and have it play that sequence, using an AVAudioSourceNode as the sound source? The AVAudioSourceNode
Is it possible to set up an AVAudioEngine and friends so I could feed it a sequence of MIDI notes and have it play that sequence, using an AVAudioSourceNode as the sound source? The AVAudioSourceNode
|
By
Steve Mills
·
|
|
Parsing Javascript simply
5 messages
Hi all, I made an app that scrapes web pages looking for a specific tag - namely, the <video> tag to get the address of a video stream. If you display the page in e.g Safari, the video portion can be
Hi all, I made an app that scrapes web pages looking for a specific tag - namely, the <video> tag to get the address of a video stream. If you display the page in e.g Safari, the video portion can be
|
By
Graham Cox
·
|
|
Advice on implementing a URL Text Field
2 messages
I am looking for some advice and/or suggestions on implementing an iOS text field with the following properties: The user can enter text into the field easily (via keyboard, pasting, etc). If the cont
I am looking for some advice and/or suggestions on implementing an iOS text field with the following properties: The user can enter text into the field easily (via keyboard, pasting, etc). If the cont
|
By
Rick Aurbach
·
|
|
NSAttributedString + NSLayoutManager versus Core Text
5 messages
Hi all, I’m wrestling with annoying inconsistencies in the various options for text rendering. Here’s what I want to do - I want to draw overbars above runs of characters in a text string. This is so
Hi all, I’m wrestling with annoying inconsistencies in the various options for text rendering. Here’s what I want to do - I want to draw overbars above runs of characters in a text string. This is so
|
By
Graham Cox
·
|