i am using below code for fill rgba forful view. but i am getting half(1/2) width only. anybody please inform me anything wrong with my code.
CGContextRef bitmap = CGBitmapContextCreate(
rgba,
width, // width = 320
height, // 460
8 //CGImageGetBitsPerComponent(imageRef),
4 * width, // rowbytes
colorSpace,
kCGImageAlphaNoneSkipLast);
);