V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
Cee
V2EX  ›  iDev

Masonry & CALayer 同時使用的一個問題

  •  
  •   Cee ·
    Cee · Aug 11, 2015 · 4648 views
    This topic created in 3916 days ago, the information mentioned may be changed or developed.

    使用 Masonry 確定了一個 UIImageView 上的 Constraints。
    想在這個 imageView 上加一個 CAGradientLayer,但是 CALayer 是不支持 Masonry 的。
    除了在 - (void)viewDidLayoutSubviews 中來更改 CALayer 的 frame,還有什麼比較好的方法來確定 CALayer 的 frame 的方式嗎?

    1 replies    2015-08-11 00:44:05 +08:00
    mudkip
        1
    mudkip  
       Aug 11, 2015
    我一般是重载 UIImageView 然后在 - layoutSublayersOfLayer: 中改变 layer 的 frame...
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2393 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 11:41 · PVG 19:41 · LAX 04:41 · JFK 07:41
    ♥ Do have faith in what you're doing.