Post

Replies

Boosts

Views

Activity

Reply to macOS 10.12.4 NSButton After adding CAGradientLayer, button title is not displayed
@MobileTen I get the following output by iterating through the layers in different versions On macOS 10.12.4, the output is: (   "<CAGradientLayer: 0x60800002ff00>" ) On macOS 12.4, the output is: (   "<CAGradientLayer: 0x6000003d05c0>",   "<NSTextLayer: 0x600000d0ddd0>" ) Therefore, I suspect that the title does not exist as a layer in macOS10.12.4
Topic: UI Frameworks SubTopic: AppKit Tags:
Nov ’22
Reply to macOS 10.12.4 NSButton After adding CAGradientLayer, button title is not displayed
@MobileTen I get the following output by iterating through the layers in different versions On macOS 10.12.4, the output is: (     "<CAGradientLayer: 0x60800002ff00>" ) On macOS 12.4, the output is: (     "<CAGradientLayer: 0x6000003d05c0>",     "<NSTextLayer: 0x600000d0ddd0>" ) Therefore, I suspect that the title does not exist as a layer in macOS10.12.4
Topic: UI Frameworks SubTopic: AppKit Tags:
Nov ’22
Reply to NEPacketTunnelProvider DNS traffic sending
I’m not sure if DNS Proxy Provider can solve my problem, but I’m trying to research I found that using DNS Proxy Provider requires the creation of a DNS Proxy application extension, but I found that when creating a NetworkExtension for the MacOS platform, there are only "App Proxy" and "Packet Tunnel" in the Provider Type, but no "DNS Proxy" So my attempt was interrupted
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’21