You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Please pull the changes from https://github.com/appunite/CLCascade/pull/26/files#diff-10 - the readonly attribute causes the application to crash when i tried try to add a new subview with the controller inheriting from CLViewController.
When i removed the attribute the view was added as it should.
The output from the debugger looked like this:```
2012-04-10 13:45:04.746 MyApp -[CLSegmentedView setViewSize:]: unrecognized selector sent to instance 0xb3b5390
2012-04-10 13:45:04.748 MyApp *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CLSegmentedView setViewSize:]: unrecognized selector sent to instance 0x6bfb8b0'
The text was updated successfully, but these errors were encountered:
Hi
Please pull the changes from https://github.com/appunite/CLCascade/pull/26/files#diff-10 - the
readonly
attribute causes the application to crash when i tried try to add a new subview with the controller inheriting from CLViewController.When i removed the attribute the view was added as it should.
The output from the debugger looked like this:```
2012-04-10 13:45:04.746 MyApp -[CLSegmentedView setViewSize:]: unrecognized selector sent to instance 0xb3b5390
2012-04-10 13:45:04.748 MyApp *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CLSegmentedView setViewSize:]: unrecognized selector sent to instance 0x6bfb8b0'
The text was updated successfully, but these errors were encountered: