I am not able to set the contentsize with size(650,400).But even i create popoverController with same width & height it is getting created.
No idea what is worry
From Apple's documentation:
"the width value you specify must be at least 320 points and no more than 600 points."
Maybe trying to set the width to 650 is the problem.