Thursday 29 June 2017

UIScrollView's origin changes after popping back to the UIViewController


override func viewWillAppear(_ animated: Bool) {
        
        self.Scrollview.contentOffset = CGPoint(x: 0,y :0)

    }

No comments:

Post a Comment

Remove bottom line in navigation bar

navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default )          navigat...