-
Notifications
You must be signed in to change notification settings - Fork 1.1k
please show an example of using this in swift 3 or 4. #99
Comments
+1. "Compiling IB documents for earlier than iOS 7 is no longer supported." |
@tkirby The example project has target version of iOS set to 6, change it to something more recent and it will work :) |
@gaming-hacker @tkirby the default version of the code that was written for the pod is for iOS 6 Set it to the current version and you will be able to use the same again in the latest version. Also you may face the same issue since the code is been written in Obj-C and what you are using now is Swift so there may be a problem with the bridging of the files as you imported them. for this: Replace the contents of the new file with the following:
Next, select the project root in the Project Navigator, and then select the APP_NAME target. also for further reference and visual understanding you may visit: this may be helpful |
Try |
No description provided.
The text was updated successfully, but these errors were encountered: