Ejemplo n.º 1
0
 void AnimationDidStop(CAAnimation theAnimation2, bool flag)
 {
     if ((theAnimation2.ValueForKey(new NSString("id")) as NSString).ToString() == "fadeCircleOut")
     {
         DeathRowForCircleLayers.GetItem <UIView>(0).RemoveFromSuperview();
         if (DeathRowForCircleLayers.Count > 0)
         {
             DeathRowForCircleLayers.RemoveObject(0);
         }
     }
 }