Mayank Verma

Results 3 comments of Mayank Verma

I had similar issue. Had to manually changes all the MR_contextForCurrentThread to MR_defaultContext and MR_Save to to MR_saveToPersistentStoreAndWait or similar. It compiles now but I have some other issue of...

a bit late but try this tutorial for proper integration.. http://bryanlor.com/blog/ios-tutorial-how-add-and-configure-mogenerator-xcode-5

I had the same issue. You can fix this by adding following code to SSStackedPageView.m #define INIT_OFFSET_TOP -170.f // (its a negative value) add this to top with other macros...