/ALQuickFrame

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

Primary LanguageObjective-C

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;