-
-
Quick q: is it possible to mixin the extensions to a non-PM table view controller, or do you have to derive from PM::TableScreen etc to get it to work? If it is possible, is there an example of how to…
-
I'm experiencing a strange behaviour in my app. Behaviour is as follows:
For a while, everything works. Then, intermittently, after an unspecified amount of time, the app gets into a state where NSFe…
-
Hi, I'm in the process of migrating an app over from core data to YapDatabase. I'm currently using Views to replace my NSFetchedResultsController and I've run into a snag. I have a list of events that…
-
Thanks for TLIndexPath. I have a small nagging issue (below) that once fixed will help me adopt it for my project.
-
This is not an issue but it's rather a question. Since I don't know whether this is a MagicaRecord bug, iOS bug, Core Data bug or me making mistakes (this is sure) I would like to ask here since you k…
-
Despite calling the method: [self scrollToBottomAnimated:YES]
when sending or receiving new messages, the newest message is always hidden under the keyboard.
I use Storyboard and tried to configure t…
-
I've noticed that when a modified record is saved via `[record.managedObjectContext MR_saveToPersistentStoreAndWait]`, two NSManagedObjectContext's save - which causes the following to be called twice…
-
Hi!
I'm trying to use your component, but i had compatibility issues with iOS7. In iOS6 everything is working perfectly. But when I use iOS7 the content of cells is superimposed on each scroll. In my…
-
With MR 2.2, I dragged the MR folder inside the main folder into my project With the newer 3.0 branch, there is no longer such a folder, instead there now is a Library folder. If I drag that one into…