cherifya / MKInfoPanelDemo

Non-modal, non-intrusive Info Panel implementation as seen on some "popular" apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###How to use

 [MKInfoPanel showPanelInView:self.view
                        type:MKInfoPanelTypeError
                       title:@"Network Failure!"
                    subtitle:@"Check your internet connection and try again later!"
                   hideAfter:2];

###More Info Instructions on how to use is on my blog, here

###Licensing The code is licensed under zLib license. That means, in a nut shell, you can do whatever you want, commercial/non-commercial without mis-attributing the source/original author.

About

Non-modal, non-intrusive Info Panel implementation as seen on some "popular" apps