//凡是牵扯到监听控件,要想到三个方法
//1.[self.accountField addTarget:<#(id)#> action:<#(SEL)#> forControlEvents:<#(UIControlEvents)#>]
//2.设置代理监听一些事件
//3.设置通知
转载于:https://www.cnblogs.com/anshinianyujing/p/4546047.html
//凡是牵扯到监听控件,要想到三个方法
//1.[self.accountField addTarget:<#(id)#> action:<#(SEL)#> forControlEvents:<#(UIControlEvents)#>]
//2.设置代理监听一些事件
//3.设置通知
转载于:https://www.cnblogs.com/anshinianyujing/p/4546047.html