We are going to build ios application and graphics provided by client, if we need to manage both landscape & portrait orientation then do I need to ask for two different views graphics from client? I am a business analyst hence semi-technical.
I found that view controller can handle that event, but i am not sure do we need to separate psd files for portrait & landscape mode?
First you don't use psd on the device, you just images (png, jpeg...)
Second, that depends on how your image is displayed in landscape. Is the same image when turning landscape as if it was in portrait? Then you don't need different images, just use the same one.
The only situation that you need different images is if the image changes when turning (change size, or change the whole image).