#2924 - Switch to Swift from Objective C
0 guests and 0 members have recently viewed this.
The top 3 point earners from 7th Dec 2025 to 14th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Master Rat |
|
|
There are no events at this time
Aaswini: "
1. iOS_Swift.zip
- CMS_SDK is not converted to swift
- But, sample code is done in swift and obj-c CMS_SDK is integrated using Bridging headers
- A few more errors left regarding import of modules which I was not able to fix.
2. CMS_SDK_swift.zip
- In this version, the entire CMS_SDK is converted to swift which includes the utilities and controllers.
- The CMS_SDK features/classes conversion is completed.
- But the SDK uses 5 libraries which didn't get converted well. If we are going with this I think we need to use swift versions of the libraries rather than converted ones.
- Couldn't check the Unit test cases too as project building was failing.
- This zip doesn't include sample project."