An open API service indexing awesome lists of open source software.

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

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];
```