by Andrés Ibañez | Aug 20, 2014 | Linux, Tutorials
Ghost I was arguing with myself whether I should post this or not. For one, it is the second Linux-related tutorial I write, and that strays from the main topic of my site (my awesome self and iOS development). But because installing Ghost was a big hassle on my...
by Andrés Ibañez | Jun 11, 2014 | iOS Development, Tutorials
Keychain If you’re a developer, you know you will, you know you will have to store sensitive data in your app sooner or later. Storing sensitive data in NSUserDefaults is a big no-no, so you just can’t store sensitive data there. Instead, just like OS X,...
by Andrés Ibañez | Oct 28, 2013 | Linux, Tutorials
Making A Linux File Server That Interacts With OS X Mavericks. This is a non-development tutorial, but with Mavericks being really new there are no tutorials to make your file server interact with the OS smoothly. Because of this, I’m writing this small tutorial...
by Andrés Ibañez | May 10, 2013 | iOS Tweak Development, Tutorials
Creating Aggregate Projects on Theos: A Configurable Tweak. More often than not, you will want to create a Theos project that is composed of one or various subprojects. A very common case for this would be to write a Tweak that can be configured by the user (guess...
by Andrés Ibañez | Nov 24, 2012 | iOS Tweak Development, Tutorials
SBSettings Toggles In this tutorial, I will help you getting started with SBSettings Toggles, using Theos. Writing SBSettings Toggles is actually a really easy thing to do. SBSettings Toggles only have a handful of functions you must implement. The most trivial...
by Andrés Ibañez | Oct 12, 2012 | iOS Development, OS X Development, Tutorials
Multithreading in iOS and OS X (This tutorial was written with Apple’s Documentation as a “root” base text, combined with my own knowledge on the topic. I have essentially taken bits and pieces of Apple’s documentation and modified them with...
Recent Comments