NghiaTranUIT / FeSlideFilter

Applying filter by your fingers
210 stars 36 forks source link

UIImageView #1

Closed debug29 closed 9 years ago

debug29 commented 10 years ago

Is it possible to implemente UIImageView property on layer content. Because we don't have contentMode property on it.

NghiaTranUIT commented 10 years ago

Hi, I have just added new method in datasource. We can set layer's content gravity such as contentMode in UIImageView. Check it out by yourself ;]

debug29 commented 10 years ago

Really Thanks !