Post

Replies

Boosts

Views

Activity

Reply to Liquid Glass support : Best practices for navigation button styles in iOS 26 and later
@DTS Engineer Thank you for your comment! If Liquid Glass support is implemented in iOS 26, the Close button for navigation will likely be created using code similar to the following: let closeButton = UIBarButtonItem( barButtonSystemItem: .close, target: self, action: #selector(closeButtonTapped) ) With this code, the appearance on iOS 18 will be as shown on the right side of the image. Is it correct to understand that this intended appearance is within acceptable limits?
Topic: Design SubTopic: General Tags:
1d
Reply to how to combine Emacs into XCode
Certainly, while NSTextView does support Emacs-like key bindings, this does not fully address the issue at hand. For example, the M-e command exists in Emacs but, in Xcode, pressing this combination results in the character "´" being input instead. This problem cannot be resolved simply by modifying Xcode's key bindings. To truly solve this issue, either Xcode needs to provide an "Emacs Mode" similar to its existing Vim Mode, or macOS should allow users to freely edit key bindings at the system level without relying on third-party applications.
Feb ’25