UIWebView gets cleared after dismissing a fullscreen modal

后端 未结 1 2001
闹比i
闹比i 2021-01-26 06:34

I have a UIWebView which loads a html string on viewDidLoad. It detects if the user clicks a link and display a modal view, but when i close the modal view the UIWebView\'s html

相关标签:
1条回答
  • 2021-01-26 07:02

    [self presentModalViewController:ImageView animated:YES];

    It looks like you are making a class call rather than an instance call on ImageView.

    0 讨论(0)
提交回复
热议问题