Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
29 views

I have recently restarted macOS Cocoa development, and I am running a M4 iMac with Tahoe 26.4.1, and using Xcode version 26.4.1 (17E202). When my app starts, I get no error messages, but what triggers ...
lpetrich's user avatar
0 votes
1 answer
55 views

As the title suggests, I have been working on a cross-platform project where I want to create apps for the macOS backend programmatically (without Xcode) through a combination of C and Objective-C, ...
Mitch War's user avatar
Advice
0 votes
7 replies
98 views

I am working with the macOS sharing APIs, specifically NSSharingServicePicker, NSSharingServicePickerToolbarItem and related APIs. When using the system share menu (for example in Safari or Notes), ...
user10711707's user avatar
0 votes
1 answer
103 views

When attaching a vertical ruler to a scroll view the separator is drawn all the way to the top of the window (macOS Tahoe): Compare this to how it works in previous versions, such as macOS Sequoia (...
user1007047's user avatar
2 votes
0 answers
95 views

I have regular NSImage from iPhone and the drawing get's extremely choppy during window resize (especially at small window sizes below 100px). When the window size is large there is no problem with ...
Marek H's user avatar
  • 5,732
4 votes
2 answers
141 views

In Apple apps like Mail and Notes, some NSMenuToolbarItem menus (e.g. Photo Browser, Media) include Continuity Camera actions under an Import from iPhone or iPad section (typically after a separator). ...
user10711707's user avatar
0 votes
0 answers
57 views

I'm using Apple's private MultitouchSupport.framework to receive raw trackpad touch data on macOS. The basic pattern is: MTDeviceCreateList() / MTDeviceCreateDefault() to get device references ...
NullPointerDepressiveDisorder's user avatar
0 votes
1 answer
73 views

I'm building a macOS calculator application in pure C using Cocoa via objc_msgSend without Objective-C syntax, and I've encountered conflicting information about menu bar rendering requirements. What ...
hippietrail's user avatar
  • 17.4k
1 vote
0 answers
132 views

I am building a macOS utility using SwiftUI and Swift that records and displays keyboard shortcuts (like Cmd+C, Cmd+V) in the UI. To achieve this, I am using NSEvent.addGlobalMonitorForEvents(matching:...
Zaid's user avatar
  • 521
3 votes
1 answer
153 views

This is super easy with UIKit (imageWithTintColor:) but I need tinted monochrome NSImage in AppKit and no such equivalent exists. I know there is private method in AppKit -[NSImage ...
Marek H's user avatar
  • 5,732
-1 votes
1 answer
87 views

I created a simple project where an NSScrollView contains a vertical NSStackView with several colored square NSView items. However, when I build and run the app, it launches already scrolled down by ...
typehint's user avatar
  • 103
0 votes
0 answers
73 views

I have old code that is capable of displaying every image but not the SVG. SVG can be displayed with QuickLook using Finder. However, I cannot replicate this in app. Quick note: NSImageView can ...
Marek H's user avatar
  • 5,732
0 votes
0 answers
276 views

The console is filled with: ViewBridge to RemoteViewService Terminated: Error Domain=com.apple.ViewBridge Code=18 "(null)" UserInfo={com.apple.ViewBridge.error.hint=this process disconnected ...
Zorgiev's user avatar
  • 836
1 vote
1 answer
111 views

I've been working on a Tk widget that uses Cairo for more complex drawings as an extension to the standard Tk functions. I've had great success on Windows and Linux, but not so much on MacOS. I need ...
Andereoo's user avatar
  • 1,078
-1 votes
1 answer
147 views

I am learning Objective-C + Cocoa. According to a very outdated book (there are no newer ones like this one), I need to do the following: Create the application. Create a new Cocoa application named ...
Zorgiev's user avatar
  • 836

15 30 50 per page
1
2 3 4 5
2640