摘要: UIView *oneSubView = [[UIView alloc] init];oneSubView.frame = CGRectMake(50, 50, 100, 100);UIView *twoSubView = [[UIView alloc] init];twoSubView.frame... 阅读全文
posted @ 2015-11-02 15:25 oumygade 阅读(197) 评论(0) 推荐(0) 编辑