Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by Tarun Sachdeva ( 9 years ago )
if (self.view.frame.origin.y != 0)
                {
                    UIView.animateWithDuration( 0.3 , animations:
                        {   //Perform animation to lift view upside
                            var f : CGRect  = self.currentView.frame
                            f.origin.y += 150.0
                            self.view.frame = f
                    })
                }

 

Revise this Paste

Your Name: Code Language: