Skip to content

快速编辑UIView或UIView的子类的Frame,而不需要进行多余的操作

Notifications You must be signed in to change notification settings

SYFH/FBEditFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

###简介

快速编辑UIView或UIView的子类的Frame,而不需要进行多余的操作

###如何使用

UIView *view = [[UIView alloc] initWithFrame:CGRectMake( 10, 10, 10, 10)];
view.x = 100;
view.y = 100;
view.w = 100;
view.h = 100;

About

快速编辑UIView或UIView的子类的Frame,而不需要进行多余的操作

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published