当前位置:网站首页>Cocoa Application-test
Cocoa Application-test
2022-08-04 21:37:00 【彭同学她同桌】
方法
@property (weak) IBOutlet NSTextField *textField;
stringValue获取文本框中的内容
NSString *string = [_textField stringValue];
选项
layout 当字符比文本框长的时候的显示方式
wraps(换行):
会以单词为单位被显示 多出的部分会显示在下一行
如果使用uses Single Line Mode则不会显示在下一行
scrolls(卷轴):
就是会出现半个字母这种情况
truncates(截断)
少的部分用省略号表示 一定只显示在一行里
Line Break 细化截断,换行的方式
Word Wrap按单词换行
Character Wrap 按字母进行换行
还有三个分别是省略头中尾
action 文本什么时候被发送
sent on end eiditing 结束编辑时发送
send on enter only 仅限输入时发送
Behavior
editable 可编辑的
selectable 可选的
Allows
Rich Text 富文本
Undo 打开
Only Roman Characters仅限罗马数字
state
Continuous 输入的时候就会不断的发送action消息 否则只有在输入结束后才会发送action消息
边栏推荐
- ROS播包可视化
- ini怎么使用? C#教程
- 热力学相关的两个定律
- Qiangwang Cup 2022 - WEB
- 可视化工作流引擎开发OA系统,让企业少花冤枉钱
- Yolov7:Trainable bag-of-freebies sets new state-of-the-art for real-time objectdetectors
- CPU、内存、显卡等硬件因素也影响着你的深度学习模型性能
- input事件中文触发多次问题研究php DEBUG
- 1.读写点云文件
- AXI interface application of Zynq Fpga image processing - the use of axi_lite interface
猜你喜欢
ue unreal 虚幻 高分辨率无缩放 编辑器字太小 调整编辑器整体缩放
buu web
ES6高级-Promise的用法
In which industries is the PMP certificate useful?
SPSS-System Clustering Hand Calculation Practice
STM32MP157A驱动开发 | 01- 板载LED作为系统心跳指示灯
【线性代数03】消元法展示以及AX=b的4种解情况
基于声卡实现的音频存储示波器,可作为电磁学实验的测量仪表
Analysis and treatment of Ramnit infectious virus
大势所趋之下的nft拍卖,未来艺术品的新赋能
随机推荐
JdbcTemplate概述和测试
PowerCLi 批量配置NTP
SPSS-unary regression practice
Common methods of js's new Function()
如何根据“前序遍历,中序遍历”,“中序遍历,后序遍历”构建按二叉树
UDP communication
AI/ML无线通信
boostrap多选PID查找端口 window
Android 面试——如何写一个又好又快的日志库?
数电快速入门(五)(编码器的介绍以及通用编码器74LS148和74LS147的介绍)
STM32MP157A驱动开发 | 01- 板载LED作为系统心跳指示灯
LayaBox---TypeScript---举例
ue unreal 虚幻 高分辨率无缩放 编辑器字太小 调整编辑器整体缩放
热力学相关的两个定律
js数据类型、节流/防抖、点击事件委派优化、过渡动画
What does Xinchuang mean?Which industries are involved?Why develop Xinchuang?
【PCBA program design】Grip dynamometer program
强网杯2022——WEB
七夕特制:《牛郎会织女》
AXI interface application of Zynq Fpga image processing - the use of axi_lite interface