摘要:
UILabel *titleView = [[UILabel alloc] init]; titleView.width = 200; titleView.height = 44; titleView.textAlignment = NSTextA... 阅读全文
摘要:
UIViewContentModeScaleToFill:图片拉伸至填充整个UIImageView(图片可能会变形) UIViewContentModeScaleAspectFit:图片拉伸至完全显示在UIImageView里面为止(图片不会变形) UIViewContentMod... 阅读全文
摘要:
#import "YZViewController.h"@interface YZViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation YZViewContro... 阅读全文