i get this error technically it should be ok right?
loon3y macrumors 65816 Original poster Oct 21, 2011 1,235 126 Apr 15, 2015 #1 i get this error technically it should be ok right?
grandM macrumors 68000 Oct 14, 2013 1,510 298 Apr 19, 2015 #2 loon3y said: i get this error Image technically it should be ok right? Click to expand... NSString was replaced by String. So yes you should use String in swift. You probably will have to replace the .integerValue by .toInt()
loon3y said: i get this error Image technically it should be ok right? Click to expand... NSString was replaced by String. So yes you should use String in swift. You probably will have to replace the .integerValue by .toInt()
B Boris-VTR macrumors regular Apr 18, 2013 247 17 Apr 20, 2015 #3 Yes, with swift String is preferred option. String is "substitution" for NSString, but they are not really the same
Yes, with swift String is preferred option. String is "substitution" for NSString, but they are not really the same