How do I animate a UIImageView from UITableview with the flying effect?
Without knowing what you mean by the 'flying effect', pretty much any animation is possible using CoreAnimation.
Grab the UIImageView instance's layer and animate it as you wish.
Info on CoreAnimation can be found here.