Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

objective c

  1. E

    iOS Open files with objective C on iOS17 new file system?

    I'm trying to open a file from Files iPad app after a user chose to open a file with my app In iOS 16 or before I do but on iOS 17 there is not Documents/Inbox directory. Anyone know how to do it ? thanks
  2. S

    macOS compatibility

    Hi, cocoa/objective-c project.: If got older Xcode and Macos and got also newer xode and macos. Does it matter if a project is built on older version and running it in higher OS version or even vice versa?. Also, the project when built on older Xcode like xcode 8 or 9 and runs. same project if...
  3. F

    Failed to connect outlet or action to NSViewController - Missing setter or instance variable

    Hi, I have a project in Xcode 12.5 in objective-c with a main xib and a second xib that I load with NSWindowController *redValuesWindow = [[NSWindowController alloc] initWithWindowNibName:@"RedValuesWindow"]; [redValuesWindow showWindow:nil]; And the XIB that I want to load has no view...
  4. F

    macOS Changing variable inside NSView class by button click

    Hello! I'm new to Obj-C and I need to communicate to a NSCustomView (NSView) a change an integer var and refresh the content of the custom view... Any idea? I'm using XIB interface... Thanks
  5. P

    macOS Spell Checker Script Missing Misspelled Words

    I have the following spell checker script in AppleScript Objective C that is only catching some of the misspelled words. For instance, it seems to think the word "defnece" is spelled correctly. It also doesn't catch French or Spanish words even thought the language is set to English. Any ideas...