Learn how to make native iPhone apps in Obj-C with Theos without the need for a Mac! Theos is a cross-platform Obj-C compiler written by DHowett to develop iPhone applications, tweaks, and notification center widgets. :D I wrote this app because I couldn't find many tutorials regarding Theos development and I also hope to bring more jail breakers into the dev scene. Enjoy!

Revision 2:
Redesigned the UI from scratch and added a few more lessons.

Revision 3:
Added 5 new lessons
Fixes and improvements
Lesson UIAlerts to UIViews(allows copy and paste)

Revision 3 OTA:
Important fix that allows code to be copied and pasted straight from the app to be used directly in code without any strange conversions. (Code itself works from app without modification.)

Revision 4 Beta:
Redesigned/Cleaner UI for organization
Added a tweak tutorial

Revision 4 Beta 2:
Added a UIViewController tutorial
Added Part 2 to the tweak tutorials

Revision 5:
Added UILabel reference
Added ability for users to support dev
Fixed error in tweak code
Added UISwitch tutorial
Added UIActionSheet tutorial
MobileTerminal FAQs added

Revision 6:
UIView Tutorial
UIToolbar Tutorial
UITableView in UIAlertView Tutorial
Few Bug Fixes