0

I have used AlertView in my project. Since it is deprecated now it shows warnings. If I suppress these warnings without clearing it (by using AlertController) will it affect my project later.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
tamizhachi_
  • 65
  • 10
  • Possible duplicate of [Is there a way to suppress warnings in Xcode?](https://stackoverflow.com/questions/194666/is-there-a-way-to-suppress-warnings-in-xcode) – Plo_Koon Oct 26 '17 at 11:53
  • Thanks for your reply but I wanted to know whether my project gets affected if I suppress the warning.@Plo_Koon – tamizhachi_ Oct 26 '17 at 12:05

1 Answers1

1

no it won't affect your projcet for the moment, but since they are deprecated, AlertView in the future may be deleted by swift, and then you will have serious problems, so better change them while you are in time. :)

Enea Dume
  • 3,014
  • 3
  • 21
  • 36