Skip to content

mpapp/JMModalOverlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMModalOverlay.

Create easily and display a modal overlay with custom content above a NSWindow.

JMModalOverlay Demo screenshot

Features

The content is provided by a NSViewController.

The modalOverlay contains many customizable properties: backgroundColor, appearance, animates, animation direction, ....

Notifications will be sent before and after the modalOverlay is shown and closed. The behavior of modalOverlay can be altered by a delegate.

See the header JModalOverlay.h for a description of functionalities, it's fully documented.

How To Get Started

  1. Add JMModalOverlay.xcodeproj to your project
  2. Link your application against JMModalOverlay (framework)
  3. Import <JMModalOverlay/JMModalOverlay.h> in your code files
  • For distributed app, add a copy phase to include the framework in the app bundle.

  • The JMModalOverlay requires QuartzCore.framework.

See Demo app of JModalOverlay for example.

Contact

Twitter: @kodlian

www.kodlian.com/contact

About

Create easily and display an animated modal overlay with custom content above a window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.8%
  • C 1.2%