摘要:
0、前言 NSComboBox是Cocoa框架中的一个控件,用于在下拉列表中显示可选项,允许用户从中选择一个选项或输入自定义内容。 它可以用于许多场景,例如选择器、搜索框、标签选择等。 1、创建示例 1.1 基础创建 // 创建 NSComboBox *combo_box = [[NSComboBo 阅读全文
摘要:
1、基础创建 1.1 常用代码 // 创建 NSImageView *image_view = [[NSImageView alloc] init]; // 位置尺寸 image_view.frame = NSMakeRect(30, 30, 150, 90); // 添加 [self.window 阅读全文
摘要:
1、基础创建 1.1 代码 @property(nonatomic, strong) NSPopover *gc_popover; @property(nonatomic, strong) Popover_Controller *gc_controller; @property(nonatomic, 阅读全文