2016年3月21日 星期一

[iOS] CIImage to UIImage

作法簡單

如下

UIImage* xxUIImage = [[UIImage alloc] initWithCIImage:xxCIImage];
 
 
即可取得UIImage
  

沒有留言:

Class has no initializers in swift

Class has no initializers in swift I have met this situation. Found a solution here It says if you have the code like bellow var se...