Zsolt Papp

Results 2 comments of Zsolt Papp

My solution for this. I've added the following code in ENSideMenu.swift main init: let outterView = UIView(frame: CGRectMake(0, 0, sourceView.bounds.width, sourceView.bounds.height)) outterView.backgroundColor = UIColor.clearColor() let tapRecognizer = UITapGestureRecognizer(target: self, action:...

Hi, the problem has solved, but I don't know why. At the very first cell indexPath.row == 0 I use a picture, I loaded it like this .... if isOnline{...