Search code examples
swiftxcode6-beta6

How to fix the 'undeclared type IKImageView' error in swift


This is the error message

enter image description here

I have imported Foundation but it did not fix the problem. What import am I missing?


Solution

  • IKImageView class is in Quartz.framework . Add this framework to your project and Import this framework import Quartz.