搜索结果
查询Tags标签: SetTitle,共有 4条记录-
B站学习斯坦福大学Swift 语言教程 iOS11 开发【第一集】踩到的几个坑(XCode 13.2.1版本)
1. 在Xcode 13.2.1 中,找不到从哪里拖拽添加button控件 Xcode13起,添加UI控件需要点击右上方的➕号 2. button的title属性设置成ghost的emoji后,无法改变字体大小 需要把button的Style属性由plain更改为default 3. button.currentTitle 无法返回button的实际currentTit…
2022/1/17 6:06:18 人评论 次浏览 -
B站学习斯坦福大学Swift 语言教程 iOS11 开发【第一集】踩到的几个坑(XCode 13.2.1版本)
1. 在Xcode 13.2.1 中,找不到从哪里拖拽添加button控件 Xcode13起,添加UI控件需要点击右上方的➕号 2. button的title属性设置成ghost的emoji后,无法改变字体大小 需要把button的Style属性由plain更改为default 3. button.currentTitle 无法返回button的实际currentTit…
2022/1/17 6:06:18 人评论 次浏览 -
Linux 中shell脚本设置开头固定格式的实现方法
[root@localhost ~]# vim .vimrc 将下面文件复制进去即可,之后新建一个shell ,开头就会有固定的格式。 set ignorecase set cursorline set autoindent autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") == sh c…
2021/10/16 7:14:20 人评论 次浏览 -
Linux 中shell脚本设置开头固定格式的实现方法
[root@localhost ~]# vim .vimrc 将下面文件复制进去即可,之后新建一个shell ,开头就会有固定的格式。 set ignorecase set cursorline set autoindent autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") == sh c…
2021/10/16 7:14:20 人评论 次浏览