SyntaxFix
Write A Post
Hire A Developer
Questions
You can use NSInputStream which has a basic implementation for file streams. You can read bytes into a buffer (read:maxLength: method). You have to scan the buffer for newlines yourself.
NSInputStream
read:maxLength: