摘要:
框架源码地址 https://github.com/olado/doT <div id="main"> <script id="banner-template" type="text/x-dot-template"> {{ for(var i=0; i< it.length; i++) { }} < 阅读全文
摘要:
CGPoint point = [touch locationInView:self]; if(CGRectContainsPoint(CGRectMake(55, 40, 30, 35), point)){ //如果这个点在CGRect里面 } 阅读全文
摘要:
NSComparator有3种枚举类型 NSOrderedDescending 降序,但是用他可以实现升序或者降序都没问题。 NSOrderedAscending 升序,但是目前没有使用出任何效果。。 NSOrderedSame 相同,等价于不改变 阅读全文