判断程序运行在IPad上面还是IPhone上面。
if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad)//if the app run at iphone divice
{
}
else
THE END !