Skip to content

Howeix/FrameProperty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FrameProperty

给UIView添加的一个分类,可以快速获得或者设置控件frame的内部属性,如下:

UIView *v = [[UIView alloc] init]; v.width = 300; v.height = 100; v.x = 50; v.y = 50;

About

Quick to set your view's frame property, such as:UIView *v = [[UIView alloc] init]; v.width = 300; v.height = 100; v.x = 50; v.y = 50;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors