iOS 中怎么设置label中的内容是靠最上面显示,,仍是在中间显示

#import <UIKit/UIKit.h> typedef enum {     VerticalAlignmentTop = 0, // default     VerticalAlignmentMiddle,     VerticalAlignmentBottom, } VerticalAlignment; @interface myUILabel : UILabel { @private
相关文章
相关标签/搜索