CustomTitleView/CustomTitleViewController.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Demonstrates configuring the navigation bar to use a UIView |
as the title. |
*/ |
@import UIKit; |
@interface CustomTitleViewController : UIViewController |
@end |