Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 494 Bytes

File metadata and controls

21 lines (13 loc) · 494 Bytes

Logo

Yozhik

Yozhik is the Russian word for Hedgehog. Honestly, it's just a random name.

Yozhik is intended to be a go-to set of categories for almost any iOS project.

To Use

Simply import Yozhik.h to your .pch file

Examples

[myView width]; // concise way to get measurements

[myView resizeToWidth:320]; // easy resizing views

[UIAlertView showWithTitle:@"Title" message:@"My message"]; // easy alert views