I have declared URLs etc in PCH file in objective C project. I am also using swift in same project but not able to get those URLs declared in PCH file. I tried by importing PCH file in bridging header but values are not showing in swift View controllers.
Asked
Active
Viewed 1,413 times
1 Answers
1
You will not be able to get .PCH
values from Swift.
For more information refer this question : Why .pch file not available in Swift ?

Faysal Ahmed
- 7,501
- 5
- 28
- 50

Mohamed Raffi
- 1,165
- 1
- 7
- 15