0

I have previously used MyBlurIntroductionView library for presenting walkthroughs of my app but the problem is it is buggy on iPhone X -- the content gets cut off by the notch on iPhone X. The library has not been updated for years so I need something that works on iPhone X. I am not sure if it a problem with setup of UIPageControl. Any inputs to fix it or an alternative library that is better for presenting walk through tutorials on iOS?

Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131

1 Answers1

0

Firstly on MYBlurIntroductionView, Launch screen is missing add it by

Xcode-> NewFile-> LaunchScren

Assign it on your target

enter image description here Output

enter image description here

Since MyBlurIntroductionView is very old source project you have to provide constraints with respective to safe area(see here)

Jack
  • 13,571
  • 6
  • 76
  • 98