override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {if segue.identifier == "showLogin"{let bottomBar = segue.destinationViewController as LoginViewControllerprintln("showLogin seque called")bottomBar.navigationItem.hidesBackButton = true // hide back buttonbottomBar.hidesBottomBarWhenPushed = true // hide bar menu }}
Wednesday, 26 April 2017
tab bar key board issue swift 3
Subscribe to:
Post Comments (Atom)
Remove bottom line in navigation bar
navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default ) navigat...
-
--> Use this line for getting device name UIDevice.current.name ------------------------------------------------------------------...
-
For Label: labelname.attributedText = NSAttributedString(string: "text " , attributes: [NSUnderlineStyleAttribut...
-
// Reading data from Local Json file instead of Service urls using Alamofire in swift3 func getwordmeaningdata() { ...
No comments:
Post a Comment