Manos Chorianopoulos

minor fix

...@@ -46,6 +46,7 @@ import UIKit ...@@ -46,6 +46,7 @@ import UIKit
46 46
47 func configureCell(data: SectionModel?) { 47 func configureCell(data: SectionModel?) {
48 self.data = data 48 self.data = data
49 + self.collectionView.reloadData();
49 } 50 }
50 } 51 }
51 52
......