给导航条的下方加上阴影,自定义导航条的背景图片。 [Code4App.com]
class ViewController: UIViewController { @IBOutlet weak var customSegmentControl: UISegmentedControl! struct SegmentedControl { static let textButton = 0 static let imageButton
只是鉴于ios7之前,ios8系统目前还不熟悉 第一种方法: 在navigationbar的titleview添加一个label,然后在设置label的属性 UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectZero]; titleLabel.text=@"萨那嘿"; titleLabel.adjustsFontSizeToF