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
Category Archives: iOS
iOS Safari Tips – Navigation History
I’ve accidentally discovered a nice (yet basic) feature in Safari (i’m currently using iOS 9.2). If you start navigating from site to site, in the same window, you can see all the previous visited sites by long pressing the Back button. Edited with BlogPad Pro
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 […]