OK, I fixed it. Ch. 14 is working now in the local- as well as in the Cloud-version.
The reason no document was drawn was because "prepare for segue" was not called.
The reason it was not called is because its signature was wrong! ...sender needs to…
The problem appears to come from the fact the property "document" in class TinyPixView remains at nil.
Where/when does that property get set up?
Any hint welcome
Werner
The whole problem appears to come from the fact that property "document" in class TinyPixView does not get set up. It remains at nil.
Where/when does property "document" get set up?
Nobody seems to have this issue!
I have completed the project.
Still only the A-section is shown, no scrolling beyond the end of the A-section is possible.
However, the searchbar works as expected with all sections!
The index is shown, but does n…
Chapter 7: All tabs are running as expected on the Simulator, except the Custom Picker.
I up to now cannot run the app on may iPhone.
The Custom Picker too runs as expected, but it does NOT play any sounds!
When I double-click the WAV-files in the…
OK, I learned something, but first I need to tell you that rather than copying the example code, I am typing it
in. That is why I got the above issue immediately after completing the first line of code. Had I just copied the
example, then the issu…