KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 144 forks source link

<Error>: CGAffineTransformInvert: singular matrix. #23

Closed iamaunz closed 11 years ago

iamaunz commented 11 years ago

Hi, Thank you for your great KLNoteViewController. I try to use your code in my project (without xib and story board)

  1. I have MainPage subclass from KLNoteViewController
  2. I follow your tutorial step by step
  3. I got this message ": CGAffineTransformInvert: singular matrix."
  4. Nothing appear in my ViewController

I can run your example code but I can't use it in my project. thank for help.

KieranLafferty commented 11 years ago

Will need more information, when does this occur, can you trace the code in KLNoteViewController.m to find out which line is causing this?

KieranLafferty commented 11 years ago

Will close until more details (steps to reproduce, code samples) are provided. Please let me know if you are still experiencing this with the latest code pushed