ananthbh / SurveyList

0 stars 0 forks source link

Use of some deprecated API #10

Open teamdisc opened 6 years ago

teamdisc commented 6 years ago

The project is its deployment target to iOS 11.2, but there's some part of the code that uses some deprecated API e.g. topLayoutGuide is deprecated in iOS 11.0 ✌🏻

ananthbh commented 6 years ago

Thanks again for this feedback. It's something I overlooked I should have used safeAreaLayoutGuide instead.