recordmob-dev

Results 1 comments of recordmob-dev

I had this same problem. Managed to fix it by changing the initialize method of RFQuiltLayout.m to the following: ``` - (void) initialize { // defaults self.direction = UICollectionViewScrollDirectionVertical; float...