¡@

Home 

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

iphone Programming Glossary: subtitleview.font

iPhone Title and Subtitle in Navigation Bar

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

subtitleView UILabel alloc initWithFrame subtitleFrame autorelease subtitleView.backgroundColor UIColor clearColor subtitleView.font UIFont boldSystemFontOfSize 13 subtitleView.textAlignment UITextAlignmentCenter subtitleView.textColor UIColor whiteColor.. orientation UIInterfaceOrientationLandscapeRight titleView.font UIFont boldSystemFontOfSize 16 subtitleView.font UIFont boldSystemFontOfSize 11 else if orientation UIInterfaceOrientationPortrait orientation UIInterfaceOrientationPortraitUpsideDown..