Tyler Van Hoomissen
Results
1
issues of
Tyler Van Hoomissen
``` @implementation MenuWindowController - (id)init { if (self = [super initWithWindowNibName:@"MenuWindowController"]) { [self.window setMovable:NO]; } return self; } ``` Expected: window is no longer dragable. Results: window is draggable. Converting...