swift禁止横屏的代码
override func supportedInterfaceOrientations()->Int{
return Int(UIInterfaceOrientationMask.Portrait.rawValue)
}
override func supportedInterfaceOrientations()->Int{
return Int(UIInterfaceOrientationMask.Portrait.rawValue)
}