¡@

Home 

2014/10/15 ¤U¤È 10:14:39

iphone Programming Glossary: subtitleview

iPhone Title and Subtitle in Navigation Bar

http://stackoverflow.com/questions/2817181/iphone-title-and-subtitle-in-navigation-bar

YES _headerTitleSubtitleView addSubview titleView CGRect subtitleFrame CGRectMake 0 24 200 44 24 UILabel subtitleView UILabel alloc initWithFrame subtitleFrame autorelease subtitleView.backgroundColor UIColor clearColor subtitleView.font.. subtitleFrame CGRectMake 0 24 200 44 24 UILabel subtitleView UILabel alloc initWithFrame subtitleFrame autorelease subtitleView.backgroundColor UIColor clearColor subtitleView.font UIFont boldSystemFontOfSize 13 subtitleView.textAlignment UITextAlignmentCenter.. subtitleView UILabel alloc initWithFrame subtitleFrame autorelease subtitleView.backgroundColor UIColor clearColor subtitleView.font UIFont boldSystemFontOfSize 13 subtitleView.textAlignment UITextAlignmentCenter subtitleView.textColor UIColor whiteColor..