Skip to content

Noying/ViewWithName

Repository files navigation

ViewWithName

A catory with UIView, distinguish views by their names

UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0,0,20,20)];
[self.view addSubView:view];
[view setname:@"No.1"]; //this must add after addsubview

About

一个使用名字来区分view的类

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages