Vitaly Rumyancev
Results
1
comments of
Vitaly Rumyancev
i have answer. Need to fix orientation of UIImage before present it in ImageView. I use this method (category of UIImage): ``` func fixedOrientation() -> UIImage { if (self.imageOrientation ==...