随笔分类 - Cocoa Touch——UIKit
对于 iOS 而言,Cocoa Touch 框架专注于触摸式界面及优化。UIKit 提供了在 iOS 中实现图形和事件驱动型应用程序所需的基本工具和基础架构。
    
摘要:#import <QuartzCore/QuartzCore.h>//设置圆角边框retweetedView.layer.cornerRadius = 8;retweetedView.layer.masksToBounds = YES;//设置边框及边框颜色retweetedView.layer.borderWidth = 2;retweetedView.layer.borderColor =[ [UIColor grayColor] CGColor];
        阅读全文
            
 
                     
                    
                 
                    
                
 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号