Drawing an infinite grid in iOS
问题 I would like to know the best way to create an infinite grid on an iOS app I'm building. I use internal hardware on an iPhone to gather real-world data and build vectors. I'd like to visually represent the vector data on this grid that sort of acts like a graph. Each vector is represented as a line, and each new vector is attached to the previous vector on this grid. I'm building the app so that it can run for however long the user wants (from minutes - hours). The only problem I'm having