Skip to content

This UIView category offers quick access to frame properties of every view

Notifications You must be signed in to change notification settings

KhalidElSayed/ALQuickFrame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ALQuickFrame

This UIView category offers quick access to frame properties of every view

Usage

Drag UIView+ALQuickFrame.h and .m to your project and import it where you need. Example of easy access to x and y attributes of a view. For complete example see the demo include in the project.

self.myView.x += 20;
self.myView.y += 20;

About

This UIView category offers quick access to frame properties of every view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published