访问NSTextField的文本变量?

时间:2018-02-04 22:44:54

标签: swift macos nstextfield

我想访问NSTextField的文本变量吗?

我试过这个。但它不起作用。

name = textfield.text

错误:“类型'NSTextField'的值没有成员'text'”

1 个答案:

答案 0 :(得分:1)

您是否在iOS上与array = [{ 'pies' => 1 }, { 'burgers' => 1 }, { 'chips' => 1 }] pies_hash = array.find { |hash| hash['pies'] } pies_hash['pies'] += 1 p array # [{"pies"=>2}, {"burgers"=>1}, {"chips"=>1}] 混淆了? Mac OS X上的相应属性为UITextField

stringValue