Mark Hall

Results 2 issues of Mark Hall

Im trying to use this in a navigation controller. I present a login page and after the user logs in I present my SLPagingView, but when it gets presented self.navigationController...

How do I use this in my Objective-C project. It lets me do the : ``` SweetAlert *newAlert=[[SweetAlert alloc]init]; [newAlert showAlert:@"Error"]; ``` but none of the customizing like adding a...