删除textField中的闪烁光标

时间:2016-01-12 09:34:50

标签: ios uitextfield

我在textField中有一个pickerView。

问题是当我选择行时,如何在textField中的单词后隐藏闪烁的光标。

enter image description here

感谢。

2 个答案:

答案 0 :(得分:1)

您可以使用设置文本字段的颜色

目标C:

[[self yourtextField] setTintColor:[UIColor clearColor]];

<强>夫特:

self.yourtextField().tintColor = UIColor.clearColor()

答案 1 :(得分:0)

尝试在<?php for ($rn = 2; $rn <= 4; ++$rn) { for ($slot = 1; $slot <= 5; ++$slot) { ${"from" . $rn . $slot} = $slot + $rn; ${"no" . $rn . $slot} = $slot - $rn; } } ?> <html> <script type="text/javascript"> function fun() { } </script> </html> <?php echo "<body> <input type='text' id='from11'/> <input type='text' id='no11'/> <br/> <input type='text' id='from12'/> <input type='text' id='no12'/> <br/> <input type='text' id='from13'/> <input type='text' id='no13'/> <br/> <input type='text' id='from14'/> <input type='text' id='no14'/> <br/> <input type='text' id='from15'/> <input type='text' id='no15'/> <br/> <input type='text' id='from16'/> <input type='text' id='no16'/> <br/> <input type='text' id='from31'/> <input type='text' id='no31'/> <br/> <input type='text' id='from32'/> <input type='text' id='no32'/> <br/> <input type='text' id='from33'/> <input type='text' id='no33'/> <br/> <input type='text' id='from34'/> <input type='text' id='no34'/> <br/> <input type='text' id='from35'/> <input type='text' id='no35'/> <br/> <input type='text' id='from36'/> <input type='text' id='no36'/> <br/> "; ?> <html> <input type="button" value="Fill" id="fun1" onclick="fun( )"/> </html> <?php echo "</body>"; ?> 中使用以下代码:

didSelectRow