https://github.com/sger/loadingview
Simple Loading View for iOS
https://github.com/sger/loadingview
Last synced: 4 months ago
JSON representation
Simple Loading View for iOS
- Host: GitHub
- URL: https://github.com/sger/loadingview
- Owner: sger
- Created: 2013-02-12T20:13:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-12T20:21:46.000Z (over 13 years ago)
- Last Synced: 2025-07-03T21:42:33.474Z (12 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoadingView
Simple LoadingView for iOS
## Using the LoadingView
``` objective-c
LoadingView *loadingView = [[LoadingView alloc] initWithFrame:self.view.bounds];
[self.tableView addSubview:loadingView];
```