Hi so I'm trying to read and write from a .txt file named "highscore.txt", I'm going to be reading it when I print a label's text (example: highscore.text = "(highscoreTextFromHighScoreFile)") and I'll be writing in it when xyz happens. And is there anyway to read a Specific Line of the Text? Like the first line has 1 value thats readable and the third line has another line readable and writeable?
(I'm trying not to use NSUserDefaults if you try recommending it to me.)
Thank you for taking your time to help.