• After more than 15 years covering everything Apple, it’s with a heavy heart we announce that we will no longer be publishing new content on iMore and the iMore forums will be closing as of November 1st, 2024.

Search results

  1. M

    Reading binary file into array

    Hey I want to read binary file on my iPhone. I have .txt file witch store information about array: int[6000][9] How can I put this data into array in my code? I tried this: int mapa1[6000][9]; NSFileHandle* file = [NSFileHandle fileHAndleForReadingAtPAth: @"level1.txt"]; [[file...