Am trying to load .svg image in UIButton background and its not working like the way .png or .jpeg
UIImage *btnImage = [UIImage imageNamed:@"image.svg"];
[btnTwo setImage:btnImage forState:UIControlStateNormal];
Am trying to load .svg image in UIButton background and its not working like the way .png or .jpeg
UIImage *btnImage = [UIImage imageNamed:@"image.svg"];
[btnTwo setImage:btnImage forState:UIControlStateNormal];