0

Anyone seen that or know what's causing it?

Xcode 6.3.1 iOS 8.3

I have a UIWebView which displays an embedded Vimeo video. When tapped launches a full screen video.

This crash happens when I do a transition from the page with the the video, WITHOUT launching the fullscreen video.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Geoff H
  • 3,107
  • 1
  • 28
  • 53
  • It's caused by memory mismanagement. – matt Apr 30 '15 at 14:18
  • There's nothing more to say. There are well known memory management issues in UIWebView, and you've encountered one of them. File a bug report with Apple. You could try switching to WKWebView - it is much better on memory management, though it has other problems / limitations of its own. – matt May 01 '15 at 16:09

0 Answers0