iOS Gestures

I’ve created this post to keep all the gestures discovered in iOS that I find useful. This gesture may not be available in all iOS versions. At the moment I’m using iOS 13 (Beta 4). Safari Open link in new tab Tap with two fingers

Importing Data Easily with MagicalRecord and CoreData

One difficulty I’ve come across when trying to use Magical Record’s MR_importFromObject method, was that the primary key attribute was not my entity name plus “ID”. And the tags used in the file being imported were also different from my entity attributes. To indicate which attribute must be considered as Primary Key (since categoryID does not […]