Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 633 Bytes

README.mdown

File metadata and controls

15 lines (10 loc) · 633 Bytes

###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.