‘Mac’ 分类的存档
You can make a UIImage category and use it wherever you need. Based on HitScans response and comments bellow it. @implementation UIImage (Crop) – (UIImage *)crop:(CGRect)rect { CGFloat scale = [[UIScreen mainScreen] scale]; if (scale>1.0) { rect = CGRectMake(rect.origin.x*scale , [...]
Mac CAF/AIF/MP3 sound file FAQ: How do I convert a CAF file to AIF format, MP3 format, or any other sound file format on Mac OS X, for free? Convert CAF to AIF, MP3, WAV, for free – solution While writing my Mac “Hide Your Desktop” application, I can’t work with certain sound file formats yet, [...]
Macbook pro用到现在给我的感觉就是特别易用,而且特别人性化,操作及其简单以及充分利用了各种快捷键功能。比如加减音量和静音,播放音乐,上一曲,下一曲,Exposé,显示Widget,调节屏幕亮度,调节键盘灯亮度等,全是一键操作。下面说一下我在网上看到的和自己摸索出来的一些技巧:
