Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 483 Bytes

popup_view

opensource iOS code to create a 2sec popup window

You're free to use the code in whichever way you want. I don't care if you don't mention where you got the code, but I would love to hear comments.

The usage is simple. Just use include popup_view.h and use it like that:

    popup_view *okno = [[popup_view alloc] initWithFrame:CGRectMake(50, 50, 200, 200)];
    [self.view addSubview:okno];

Since it's UIView based you can use it similar to UIView.