CopyPastor

Detecting plagiarism made easy.

Score: 0.8334326226406031; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2019-08-14
by Haroldo Gondim

Original Post

Original - Posted on 2019-08-14
by Haroldo Gondim



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Set `hidesBottomBarWhenPushed = true` in the controller that you want to hide.
For hide, all your controllers put into `prepare for segue`

override func prepare(for segue: UIStoryboardSegue, sender: Any?) { segue.destination.hidesBottomBarWhenPushed = true }
Set `true` the property `hidesBottomBarWhenPushed` in the controller to hide.
For hide, all your controllers put into `prepare for segue`

override func prepare(for segue: UIStoryboardSegue, sender: Any?) { segue.destination.hidesBottomBarWhenPushed = true }

        
Present in both answers; Present only in the new answer; Present only in the old answer;