I am trying to create an infinitely looping animation but am having some trouble. I am using this line of code the make my view \"throb\" red but when I call this line it works
Your options need to include UIViewAnimationOptionAllowUserInteraction. By default, UIView animations disable input while they're running.
UIViewAnimationOptionAllowUserInteraction