摘要: UILabel *titleView = [[UILabel alloc] init]; titleView.width = 200; titleView.height = 44; titleView.textAlignment = NSTextA... 阅读全文
posted @ 2015-11-27 20:03 Z了个L 阅读(853) 评论(0) 推荐(0) 编辑
摘要: UIViewContentModeScaleToFill:图片拉伸至填充整个UIImageView(图片可能会变形) UIViewContentModeScaleAspectFit:图片拉伸至完全显示在UIImageView里面为止(图片不会变形) UIViewContentMod... 阅读全文
posted @ 2015-11-27 15:15 Z了个L 阅读(130) 评论(0) 推荐(0) 编辑
摘要: #import "YZViewController.h"@interface YZViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation YZViewContro... 阅读全文
posted @ 2015-11-27 12:49 Z了个L 阅读(177) 评论(0) 推荐(0) 编辑