I read using the first responder as a proxy object and dragging connections from buttons to create useful actions (left, right, etc. alignment). However, by default, the first responder does not contain bold and italic actions. I tried to add these actions by opening my Menu.xib and dragging the menu item (Font> Bold) into the first responder and setting it as the boldIt (custom) function, but overwriting the existing action (Font Manager: Addtrait). Is there a way to somewhat add a bold / italic button on document.xib? It seems like a lot of work for something so common. New for Obj-C
Best, Zack
objective-c xcode cocoa macos
Zakman411
source share