#ENPopUp
An UIViewController category to display any view controller in a modal popup.
##Usage Import the category
#import "UIViewController+ENPopUp.h"
then use [self presentPopUpViewController:popUpViewController];
to dismiss the popup, use [self dismissPopUpViewController];