[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(novaOrijentacija:) name:UIDeviceOrientationDidChangeNotification object:nil];