Skip to main content
Advice
1 vote
2 replies
40 views

I'm working on a graphics library for c++ so I can build games, and I've already created an objc program to make an NSWindow. After this comes drawing to it. I've decided to use Metal render images on ...
Ayam Cemani Chicken's user avatar
0 votes
1 answer
63 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
1 vote
3 replies
113 views

I’m researching binary-level obfuscation techniques for iOS applications to better protect compiled code against reverse engineering. Most discussions I’ve found focus on source-level obfuscation (e.g....
Abdelrahman Amr's user avatar
0 votes
0 answers
60 views

I'm trying to modify how NSTextView behaves with multiple selections. More precisely, I'd like to override moveLeft: so that it doesn't collapse the selection to the first location, but rather the ...
user1007047's user avatar
Best practices
0 votes
1 replies
61 views

I am wondering where I should put http basic auth delegate methods in my xcode project, given the conditions below. xcode 14.0 objective-c it has a tab bar controller, which has four view controllers....
doctor's user avatar
  • 145
0 votes
1 answer
65 views

I think have done everything by the book. I added a small Swift file to my Objective-C project. This is code in the project, not in a framework, so I did not use the public keyword: import Foundation ...
PeterBSwift's user avatar
2 votes
1 answer
87 views

I'm making an app purely from code (so this is not a duplicate of this because the solution to that was configuring a nib file from XCode) and I want to detect when my application has become the main ...
ioi-xd's user avatar
  • 220
4 votes
0 answers
163 views

The following ~100 lines of code for capturing audio input signals from whichever default device, that used to work ever since OSX, seem broken as of macOS 11 API, approximately. It compiles and links ...
user3078414's user avatar
  • 1,977
0 votes
2 answers
63 views

I'm continuing to work to update an older MacOS app written in Objective C. It creates kaleidoscopes, and has a "native" file format that describes the kaleidoscope document, including a ...
Duncan C's user avatar
  • 132k
1 vote
0 answers
110 views

I am working on a remote control application for macOS where I need to maintain two "virtual" cursors: Remote Cursor: Follows the remote user's movements. Local Cursor: Follows the local ...
stream hu's user avatar
6 votes
0 answers
228 views

macOS Tahoe windows can have various border radii. I need a way to measure a given window's border radius in pixels. Currently, I get a list of windows using CGWindowListCopyWindowInfo and process it ...
pie6k's user avatar
  • 12.9k
0 votes
3 answers
104 views

I am still trying to resurrect an old Objective-C Mac app and give it some new life before I rewrite it. (It's a big, complex app using OpenGL, NSThread concurrency, so the rewrite will be a big job.) ...
Duncan C's user avatar
  • 132k
-4 votes
1 answer
135 views

Related to my other recent question, something about my older project (created in 2011 in Objective C) prevents it from letting me target my Mac as an Apple Silicon device. It only lets me run the app ...
Duncan C's user avatar
  • 132k
0 votes
1 answer
317 views

I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps: iOS Camera App The "Mode Switcher", ...
Kael's user avatar
  • 17
Advice
0 votes
2 replies
82 views

I'm working on an application where SwiftUI is being introduced to an app that was originally in Objective-C and then converted about 50% to Swift. Now future development will be in SwiftUI for the ...
Victor Engel's user avatar
  • 2,135

15 30 50 per page
1
2 3 4 5 6