摘要:
Cannot assign a value of type '[CFString]' to a value of type '[String]'代码示例如下: picker.mediaTypes = [kUTTypeImage]修改如下:picker.mediaTypes = [kUTTypeIma... 阅读全文
摘要:
Swift 2.0 : 'enumerate' is unavailable: call the 'enumerate()' method on the sequence如下代码: for (index,cell) in enumerate(self.tableView.visibleCe... 阅读全文