Posts

Post not yet marked as solved
1 Replies
0 Views
This is due to your function showError() being static (so a Class function), but present() from UIViewController is an instance method. The showError() function should not be static. Try removing the static keyword, then it should work.
Post not yet marked as solved
4 Replies
0 Views
Are there any updates on that issue? We still see this problem in tvOS 11.