If you are running into the error of "Use of undeclared type" trying to use an Objective-C object in Swift, then the problem might be due to the bridging header between Swift and Objective-C not actually working properly. When you use the bridging...
Read More