andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 634 forks source link

Can't not submit app to AppConnect since UIWebView is deprecated. #395

Closed ttmdung203 closed 4 years ago

ttmdung203 commented 4 years ago

Describe the bug I got message from Apple when uploading application to AppConnect

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Screenshots Screen Shot 2020-07-22 at 2 00 22 PM

andreamazz commented 4 years ago

Are you using an older version? See changelog: https://github.com/andreamazz/AMScrollingNavbar/blob/daa39982f4dfa5751874ae0da0fc121c651f878e/CHANGELOG.md#540

ttmdung203 commented 4 years ago

Ooops! You're right, Sorry for the question. Many thanks for your fast response. It works for me now. Thanks so much.