Latest | 0.1.1 |
---|---|
Homepage | https://github.com/ablettchen/ACBlank |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
UIScrollView *scrollView = ({
UIScrollView *view = [UIScrollView new];
[self.view addSubview:view];
view.frame = self.view.bounds;
view;
});
[scrollView setBlank:blankMake(nil, @"request failed", @"10001")];
[scrollView reloadBlankData];
Requirements
Installation
ACBlank is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ACBlank'
Author
[email protected], [email protected]
License
ACBlank is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ACBlank", "version": "0.1.1", "summary": "u7a7au767du9875", "homepage": "https://github.com/ablettchen/ACBlank", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "ablettchen": "[email protected]" }, "social_media_url": "https://weibo.com/ablettchen", "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/ablettchen/ACBlank.git", "tag": "0.1.1" }, "source_files": "ACBlank/**/*.{h,m}", "resources": "ACBlank/ACBlank.bundle", "requires_arc": true }
Sun, 25 Nov 2018 11:18:05 +0000