I have images(.jpeg) in my resources/Images/
I need to retrieve all .jpeg files from the folder Resource->Images
I used the below code
I need to retrieve all .jpeg files from the folder Resource->Images
I used the below code
NSString *filePath = [[NSBundle mainBundle] pathForResource"images-1"
ofType"jpeg"
inDirectory"Images"];
But I didnot get anything