iOS Image in navigation Item titleview – Photoshop
I want to add an image in my navigation bar. To do this, i wrote that : self.navigationItem.titleView = [[UIImageView alloc] initWithImage: [UIImage imageNamed:@"logo.png"]]; It's running, but the only problem is the image seems to be blurred. When i look…