标签:
代码示例如下:
picker.mediaTypes = [kUTTypeImage]
修改如下:
picker.mediaTypes = [kUTTypeImage as String]
swift2.0 Cannot assign a value of type '[CFString]' to a value of type '[String]'
原文地址:http://www.cnblogs.com/741162830qq/p/4813119.html