Ejemplo n.º 1
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // Perform any additional setup after loading the view, typically from a nib.

            //UIImage icon = UIImage.FromBundle ("twitterIcon");
            UIBezierPath bezier = BezierPaths.twitterShape;
            UIColor      color  = twitterColor;

            var sv = new SplashView.VectorSplashView(bezier, color);

            sv.AnimationDuration = 1.4f;

            View.AddSubview(sv);

            this.splashView = sv;
        }
Ejemplo n.º 2
0
 public MyAnimationCallback(VectorSplashView parent)
 {
     wparent = new WeakReference <VectorSplashView> (parent);
 }