Skip to content

travitu/TRACustomWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TRACustomWindow

TRACustomWindow you can easily implement pop-up of the announcement.
You can turn off the View in touch.
demo_image

Requirements

  • iOS 6.0 or later
  • Xcode 5.1 or later
  • ARC

Usage

  1. Add TRACustomWindow folder into your project.
  2. #import "TRACustomUIWindow.h" and TRACustomUIWindowDelegate into your ViewController header file.
  3. How to
    Show popup
[[TRACustomUIWindow sharedInstance] showWindow];  
[[TRACustomUIWindow sharedInstance] setDelegate:self];  

Dismiss popup by tap of Button.

[[TRACustomUIWindow sharedInstance] hideWindow];

Disable touch event of screen. Default is enable.

[[TRACustomUIWindow sharedInstance] setEnableBaseViewTouch:NO];

About

TRACustomWindow you can easily implement pop-up of the announcement. You can turn off the View in touch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published