在你自定义的titleView中重写intrinsicContentSize 的Get 方法,如下: (CGSize)intrinsicContentSize { return UILayoutFittingExpandedSize; }