Skip to content

Releases: lm2343635/UIImageView-Extension

0.2.6

15 Jun 00:35
Compare
Choose a tag to compare
  • Set userInteractionEnabled in the shadow container to make the image view clickable.
  • Give a tip when the image view has no parent view.

0.2.5

26 Jan 04:35
Compare
Choose a tag to compare

Fix the issue that UIImageView+Extension will affect the display of split line in UISegmentedControl.

0.2.4

20 Jan 15:35
Compare
Choose a tag to compare
  • Shadow container needs not init manually, so we removed setImageCornerRadius and setShadowWithColor method from interface.
  • Fix the issue that image view(circle attribute ON) is not cirle with auto layout.

0.2.3

20 Jan 06:27
Compare
Choose a tag to compare

Blur image view.
Fix the constraint bug for shadow. This version fixed the bug that position and size of a shadow will be wrong if image view has some constraint in the old version.

0.2.2

16 Jan 13:37
Compare
Choose a tag to compare

Set image view to circle.
Set corner radius by setter method directly.

Rotate image view infinitely.

15 Jan 15:01
Compare
Choose a tag to compare
0.2.1

Update to version 0.2.1

Support Interface Builder

15 Jan 15:01
Compare
Choose a tag to compare

Support Interface Builder.
Support changing shadow style.

Initial Commit

15 Jan 15:02
Compare
Choose a tag to compare

Set corner radius and shadow for UIImageView.