Uploaded videos
1-10 of 96-
How to prepare & install Mac OS X 10.8 Mountain Lion
ProgrammingTutor0
316 views
In this video I'll walk you though the process of installing a the new MAC OS X 10.8 Mountain Lion on your device.
Using Disk Utility to partition a part of the hard disk...
-
Mac OS X 10.8 Mountain Lion features
ProgrammingTutor0
489 views
This is the NEW Mac OS X 10.8 under the name " Mountain Lion ".
Apple has released a preview for it's Mac OS developers!
It has a lot of amazing features such as:
Noti...
-
Mac OS Development - 9 - Auto Layout
ProgrammingTutor0
63 views
Auto Layout is a huge topic. It was covered in the WWDC 2011 technical sessions. But in a nutshell, it's how you manage your objects to change their position according to s...
-
Mac OS Development - 8 - Full Screen App
ProgrammingTutor0
258 views
Have you ever wondered how to create an app with the new full screen mode feature?
This is only supported by Lion OS..
To do this, you don't have to write a single line o...
-
How to enable line count in Xcode
ProgrammingTutor0
32 views
In your .h & .m files, you can view the number of lines of code. To do this , simply go to your Xcode tab, and choose preferences..
Choose Text thingy and check the first o...
-
How to count the lines of an Xcode project
ProgrammingTutor0
165 views
find . "(" -name "*.h" -or -name "*.m" ")" -print | xargs wc -l
If you have a whole project and you want to get the number of lines of it.. watch this video.
Open up the...
-
How to increase the font size in Xcode
ProgrammingTutor0
29 views
This is mainly for the guyz that upload video tutorials to youtube. Please use a bigger font so we can read well.
This will teach you how to increase the size of font withi...
-
Mac OS Development - 7 - Messing with windows part 2/2
ProgrammingTutor0
57 views
This is the implementation part of the app. We will also run it.
Here's the code for the move function:
NSRect theFrame = [myWindow frame];
NSPoint theOrigin = t...
-
Mac OS Development - 6 - Messing with windows part 1/2
ProgrammingTutor0
63 views
This tutorial is just the setup of our application.
We will be building the interface and connecting our buttons.
-
How to show library on lion
ProgrammingTutor0
46 views
In Mac OS X Lion , the library folder is hidden.
This video will show you how to unhide it.
Advertisement










Play all(15)