Fading out any content which approaches edges of UIScollView

后端 未结 3 1599
有刺的猬
有刺的猬 2021-02-06 00:25

As the title says, I am trying to give to some UIImageViews a fading out effect as they get closer and closer to any of the four edges of my UIScrollView. Since the user can dra

3条回答
  •  梦毁少年i
    2021-02-06 01:01

    Couple of postings on this issue here:

    Changing the alpha inside UIScrollView

    setting Alpha for UIView that is a subview of UIScrollVIew very slow

    and some sample code here:

    https://gist.github.com/MaximKeegan/2478842


    If you want to go your own way then first get the visible part of the UIScrollView:

    Getting the visible rect of an UIScrollView's content

    and then fade the UIView:

    UIView border with fade or blur effect

提交回复
热议问题