Ajout de l'effet de lueur à UIButton - iOS

J'ai un UIButton qui est un logo. Ce logo bouton s'allume toujours mais va s'arrêter lumineux sur la touche.C'est comme une éclatante de l'animation.

Est-il des suggestions?

  Undefined symbols for architecture i386:
 "_OBJC_CLASS_$_CABasicAnimation", referenced from:
 objc-class-ref in UIView+Glow.o
 "_OBJC_CLASS_$_CAMediaTimingFunction", referenced from:
  objc-class-ref in UIView+Glow.o
  "_kCAMediaTimingFunctionEaseInEaseOut", referenced from:
  -[UIView(Glow) startGlowing] in UIView+Glow.o
   ld: symbol(s) not found for architecture i386
   clang: error: linker command failed with exit code 1 (use -v to see invocation)

source d'informationauteur Siddharthan Asokan