Note that there are some explanatory texts on larger screens.

plurals
  1. USuser3122899
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYes, When I Run the app in the Simulator, the VC comes up as expected, scrolls and zooms as expected, and the Button shows in the upper left corner as expected. When I tap on the programmed "BackButton" the app crashes and I get this in the DebugConsole.
      singulars
    2. COZoomingScrollView goBack:]: unrecognized selector sent to instance 0x9a33e50 2013-12-20 15:53:35.626 ScrollableViewApp[1467:14003] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ZoomingScrollView goBack:]: unrecognized selector sent to instance 0x9a33e50' *** First throw call stack: (0x1bfd012 0x15aae7e 0x1c884bd 0x1becbbc 0x1bec94e 0x15be705 0x4f22c0 0x4f2258 0x5b3021 0x5b357f 0x5b26e8 0x7b61d3 0x1bc5afe 0x1bc5a3d 0x1ba37c2 0x1ba2f44 0x1ba2e1b 0x2a677e3 0x2a67668 0x4eeffc 0x25c2 0x24f5 0x1) libc++abi.dylib: terminate called throwing an exception (lldb)
      singulars
    3. COHi Gautham, Thank you for your response. Unfortunately that didn't work. My end goal was to have a zooming scrollview within a VC that would pop back to the original VC, no matter what I did my older code wasn't working. I decided to set the Scrollview and button within Storyboard and used slightly different code. For anyone looking to have a ZOOMING SCROLLVIEW WITHIN A VIEW CONTROLLER, this code should work perfectly. Ugh… for some reason it won't let me post the code.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload