toolBar = UIToolbar(frame: CGRectMake(0, self.view.frame.size.height - 46, self.view.frame.size.width, 46))
toolBar.barStyle = UIBarStyle.Default
toolBar.backgroundColor = UIColor.blackColor()
toolBar.translucent = true
toolBar.tintColor = UIColor.whiteColor()
toolBar.userInteractionEnabled = true
toolBar.sizeToFit()
toolBar.delegate = self
請先 登入 以發表留言。