代码改变世界

随笔分类 -  Apple Tips

Don't set high speed for the 'Double-Click'

2011-02-22 22:54 by wildboar, 176 阅读, 收藏,
摘要: My friends bought a apple bluetooth mouse for me recently, and then I change some settings via 'System Preferences'. and set the speed too fast for the Mouse and Trackpad. a strange problem occurs when I get back to my desktop, when I double-click the folder, I could not open it.  阅读全文

How to set UITextField to ReadOnly

2010-11-13 19:55 by wildboar, 627 阅读, 收藏,
摘要: textField.userInteractionEnabled = NO; the property is introduced at the UIView class, sometimes it's a good idea to check the superclasses of a given class 阅读全文

How to Use Disk Utility to Erase a Macintosh Hard Drive

2010-10-31 12:08 by wildboar, 639 阅读, 收藏,
摘要: This article comes from the following address - http://www.udel.edu/pnpi/tools/erase/mac/erasedisk.htmlYou must reboot your computer using the OS X system CD that came with your Macintosh. To do so, f... 阅读全文

Speed up the download of xcode

2010-10-31 12:02 by wildboar, 789 阅读, 收藏,
摘要: Use the iGetter to speed the download up,Step 1: use the safari to kick the download offStep 2: stop the download via safari, right-click the itemStep 3: open the iGetter, create and copy the address 阅读全文

How to uninstall XCode

2010-10-30 21:03 by wildboar, 652 阅读, 收藏,
摘要: We often install xcode in the 'Developer' folder. when you uninstall xcode, you can open a PDF file named 'About Xcode and iPhone SDK.pdf' andlocated in 'Developer' folder. you will find a command in ... 阅读全文

Shotcuts

2010-10-30 01:57 by wildboar, 268 阅读, 收藏,
摘要: Command + Space bar :SpotlightCommand + return : starting applicationsCommand + option + w :close all finder windowsCommand + Shift+H : Home Folder Command + Shift+A : Applications Command + Shift+U :... 阅读全文

Software Update

2010-10-30 01:47 by wildboar, 395 阅读, 收藏,
摘要: Click on the apple menu and choose ‘Software Update’, it will access the internet and check to see if it has the latest version, if it finds anything, it will present you with a list of up... 阅读全文

Screen Capture Shotcuts

2010-10-30 01:31 by wildboar, 165 阅读, 收藏,
摘要: Hold down ‘command + shift + 3’ and it will grab the whole desktop. Hold down ‘command + shift + 4’ and it will present you with a cross hair, and you can drap and click a cross hair over the area you... 阅读全文

Some Tricks of Preview

2010-10-30 01:13 by wildboar, 191 阅读, 收藏,
摘要: I learned the tricks of Preview from an article online, sometimes it is hard to access it, so I copy it down in this article1- Annotation- You can add arrows, circles, text and lines over pictures, ... 阅读全文

how to check the GCC's version on Mac

2010-10-29 14:15 by wildboar, 359 阅读, 收藏,
摘要: press 'ctrl + shift + u' and open the 'Terminal', and then type a command 'gcc -v' 阅读全文