张运涛

c++

   :: 首页 :: 联系 :: 聚合  :: 管理

常用链接

留言簿(4)

搜索

  •  

最新评论


 

1.UIView总结:

 

    重要属性:

    frame

    layer

    subviews

    tag

    superview

    userInteractionEnabled

    multipleTouchEnabled

    center

    重要方法

    initWithFrame:

    

    addSubview:

    insertSubview:atIndex:

    insertSubview:aboveSubview:

    insertSubview:belowSubview:

    exchangeSubviewAtIndex:withSubviewAtIndex:

    

    drawRect:

    

    viewWithTag:

    removeFromSuperview

    

    

2.UIScrollView使用实践:

    重要的属性:

    contentSize

    maximumZo

posted on 2010-08-12 11:11 张运涛 阅读(202) 评论(0)  编辑 收藏 引用 所属分类: iphone