iClassic Released
Dec 08
Release, iPhone Cydia, iClassic, Store 4 Comments
iClassic, the highly expected media player for the iPhone and iPod Touch has made it to the Cydia Store.
~Keep It Simple
Dec 08
Release, iPhone Cydia, iClassic, Store 4 Comments
iClassic, the highly expected media player for the iPhone and iPod Touch has made it to the Cydia Store.
Dec 02
iPhone App, Cydia, iClassic, saurik 5 Comments
A lot of people are impatient about the release of the iClassic, and believe me, I’m more impatient than anybody, but there’s a reason for the delay.
The app is going into the Cydia Store, which is run by Saurik. To have the package on the Cydia Store, we need to give our payment details to Saurik, and I’m guessing he has to do stuff on his server, before we send the package for hosting (it will be on BigBoss’ repo, btw). More
Nov 30
Release, iPhone Cydia, Swipe Controls No Comments
EDIT 2: The app has been downloaded almost 6k times in less than 48 hours. (Link)
EDIT: The app is available on Cydia now. (Yay!)
Compared to the hype iClassic has generated, this app probably doesn’t mean a lot, but it’s my very first public app, so I do care for it
.
Anyway, I updated it a little bit, adding an “interface”. More
Nov 18
Development, Tips nil, ObjC No Comments
nil is ObjC’s null, which means that the pointer to the object doesn’t really point to anything. This is usually when you haven’t created the object.
However, in ObjC, nil is much more useful than in other languages. In languages like Java, if an object is null and you try to do pretty much anything with it, it will fail at runtime. nil is a lot more flexible.
In ObjC, you can send nil as a parameter for a selector(that’s how methods are called on ObjC, will use that from now on), receive nil from one, and even call a selector on nil.
Nov 03
Development, Tutorials, iPhone apt, Cydia, deb, dpkg, linux No Comments
This is a very small guide to create .deb packages for your apps. You’ll need a system with dpkg installed, I’m guessing you can do it on the iDevice, but I do it on Linux.