This probably has a simple answer but i just cant seem to find it, Basically i want to be able to split an array up into blocks of six arrays, i can't seem to find any easy way to do it.
I've been using a method from https://github.com/ankurp/Dollar.swift
$.partitionAll(arrayToSplit, n:6, step: 6)
Which works great, but my app will only be usable on iOS8