[iOS 모듈] 카메라나 갤러리에서 선택한 사진의 orientation 확인하기

Blob에 imageOrientation이라는 속성을 추가했습니다.
showCamera의 success 함수에서 결과로 받은 e.media가 blob이므로 아래와 같이 확인 가능합니다.

// on succses function
e.media.imageOrientation // 0,1,2,3