Mihai Damian
Mihai Damian
When integrating via CocoPods I get the error 'Cannot find 'XCTFail' in scope' when ViewInspector is being built. The Podfile looks like this: ``` platform :ios, '13.0' project 'Demo.xcodeproj' target...
The parser currently stops if the input stream has no available bytes to read. This seems incorrect as parsing should normally continue until the stream is closed, at an end...
Steps to reproduce: 1. Open the PaperFold project 2. Insert this line in init after the views are setup: `[_paperFoldView setPaperFoldState:PaperFoldStateLeftUnfolded animated:NO];` 3. Run the app and observe the left...
I'm not sure if this is the most elegant solution, but it will fix the rotation value problem