
CALayer
zani515
这个作者很懒,什么都没留下…
展开
-
为View绘制阴影
关键代码预览: UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0.0, 0.0, 300.0, 225.0)]; view.center = self.view.center; view.autoresizingMask = UIViewAutoresizingFlexibleLeftMargi...原创 2011-05-07 09:45:49 · 125 阅读 · 0 评论 -
Introduction to CALayers Tutorial
http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial原创 2011-05-07 10:19:50 · 133 阅读 · 0 评论 -
Why masksToBounds = YES prevents CALayer shadow?
layer.masksToBounds 和layer.shadowOffset同时对一个View使用会使得shadow出不来. I'm adding a drop shadow effect to one my UIView. Which works pretty well. But as soon as I set the view's masksToBounds prop...原创 2011-08-31 09:49:00 · 125 阅读 · 0 评论 -
anchorPoint详解
http://ideveloper.co/understanding-the-anchor-point/ 彻底理解position与anchorPoint http://wonderffee.github.io/blog/2013/10/13/understand-anchorpoint-and-position/ eg fjfxt_ii typhoon mod...原创 2013-11-15 15:03:33 · 338 阅读 · 0 评论