Marco Mignano
Marco Mignano
Hello, I have follows all the precedures to show the header but is not working. Here what I've done: - Added the method viewForSupplementaryElementOfKind - Added the flow.headerHeight property. If...
Hello, I have this code that works properly on iOS 8: ``` swift layout(self.loadingVC!.view, self.view, self.mainLogo) {loadingView, view, mainLogo in loadingView.width == view.height.view.frame.size.width * 0.8 loadingView.height == view.height.view.frame.size.height/3 self.centerLoadingVIewConstr =...