摘要:
和任何新的iOS版本一样,有着一堆堆的新技巧和修改需要处理.有些我并不会立即遇到,所以这篇文章并不是一套完整技巧汇总.只是分享一些我碰巧遇到的问题.如果你有任何更多的发现,可以发Twitter或者email给我.我将免费一起汇入这篇文章.Stealing The Blur不幸的是,苹果并没有给你在views上直接使用模糊效果的方法.不过有一些聪明人采取修改UIToolbar的layer来做到iOS模糊.iOS-blur你如果是想使用黑色风格的模糊,设置这个toolbar的barstyle为UIBarStyleBlack.Tinting The Navbar设置导航条的颜色,但是没有效果?原来还 阅读全文
摘要:
MAC下安装命令:$ brew install cloc其他的linux安装$ aptitude install cloc使用方法.到目录下运行:$ cloc .The default output will show you a breakdown by language. Here’s an example of what it’ll look like:php much?You can, of course, customize the poop out of it as well.cloc --helpto nerd out. 阅读全文