ephread / Instructions

Create walkthroughs and guided tours (coach marks) in a simple way, with Swift.
MIT License
5.16k stars 491 forks source link

Fix warning: 'contentEdgeInsets' was deprecated in iOS 15.0 #308

Closed tony-yun closed 1 year ago

tony-yun commented 1 year ago

Since 'contentEdgeInsets' was deprecated in iOS 15.0, I fixed the occured warning. Which iOS 15.0 earlier versions kept the old code, while 15.0 and later versions applied the new syntax.

ephread commented 1 year ago

Thanks!