CoconutHUD 0.0.7

CoconutHUD 0.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2017

Maintained by ajin.



  • By
  • ajin

if no data should show this view.

Example

Podfile

To integrate CoconutHUD into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'CoconutHUD', '~> 0.0.7'
end

How To use

///show 
[self.view showCNHUD];

///dismiss
[self.view dismissCNHUD];

@end

For details, please see demo

End