// // CustomerView.m // FirstLink // // Created by ascii on 2017/11/13. // Copyright © 2017年 FirstLink. All rights reserved. // #import "FKNavigtionCustomTitleView.h" @implementation FKNavigtionCustomTitleView /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ - (CGSize)intrinsicContentSize { return CGSizeMake(UISCREENWIDTH - 120, 30); } @end