This is just a quick question, mostly something I've noticed and been rather confused about. I've played with addTarget in the past, and noticed that if you're calling addTarget dynamically, and set the same target/action twice on say, a button - using addTarget method. Even though we "Added" a target and action more then once, regardless of them being the same target and action, the action itself is only called once.
So, my question - does addTarget ignore adding another target to itself if it already exists in it's stack of target/actions?