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; }
public MyAnimationCallback(VectorSplashView parent) { wparent = new WeakReference <VectorSplashView> (parent); }