警告错误提示

警告错误:

一:  local declaration of ‘location’ hides instance variable

     有相同的这个“location”变量,不能有相同的变量名称。

二: incompatible pointer types sending ‘uitextfield *’ to parameter of type ‘UITapGestureRecognizer *’

     不相容的指针类型发送“uitextfield *” “UITapGestureRecognizer *”类型的参数(意思调用方法 指针不一样)

posted @ 2015-01-21 10:35  对号入座  阅读(175)  评论(0编辑  收藏  举报