Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIImage, UIImageView 与图片处理 #89

Open
ShannonChenCHN opened this issue Sep 19, 2017 · 4 comments
Open

UIImage, UIImageView 与图片处理 #89

ShannonChenCHN opened this issue Sep 19, 2017 · 4 comments

Comments

@ShannonChenCHN
Copy link
Owner

ShannonChenCHN commented Sep 19, 2017

  • UIImage
    • imageNamed
  • UIImageView
  • GIF 动图
@ShannonChenCHN ShannonChenCHN changed the title 图片处理UIImage UIImageView UIImage 与 UIImageView Sep 19, 2017
@ShannonChenCHN ShannonChenCHN changed the title UIImage 与 UIImageView UIImage, UIImageView 与图片处理 Sep 19, 2017
@ShannonChenCHN
Copy link
Owner Author

ShannonChenCHN commented Sep 19, 2017

延伸阅读

@ShannonChenCHN
Copy link
Owner Author

UIImageViewcontentMode

  • contentMode 的使用
  • 能否同时实现 ScaleAscpectFillTop 的展示效果?(两种思路)
    • 继承 UIView ,重写 drawRect 方法,自己通过 UIImage 的 drawInRect 方法实现图片的自定义绘制
    • 继承 UIImageView,外部暴露 alignment 相关的 API,内部包含一个 UIImageView,通过调整内部 UIImageView 的尺寸和位置来实现

参考:

@ShannonChenCHN
Copy link
Owner Author

ShannonChenCHN commented Sep 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant