Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode autocomplete crossed out?

Tags:

xcode

Having trouble finding an explanation in the docs, would someone be kind enough to explain to me what the red crossed out coordinate means in the image below?

enter image description here

like image 288
fuzzygoat Avatar asked Mar 20 '12 16:03

fuzzygoat


1 Answers

The crossed out options indicate deprecated methods, though I'm not sure how the compiler has decided what is deprecated given that it has no idea what class the object is. For example, coordinate is deprecated in MKReverseGeocoder as of iOS5, as is the whole class.

like image 107
jrturton Avatar answered Oct 07 '22 00:10

jrturton