Amele Yöntemi :
Sayfa Load Olunca

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	$("selector").hide();
}