Giter Site home page Giter Site logo

vitali-voropaiev / lgplaceholderview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from friend-lga/lgplaceholderview

0.0 1.0 0.0 129 KB

View covers everything inside view controller, and shows some alert text, progress bar or other view, when you need to hide content

License: MIT License

Objective-C 97.94% Ruby 1.93% Shell 0.14%

lgplaceholderview's Introduction

LGPlaceholderView

View covers everything inside view controller, and shows some alert text, progress bar or other view, when you need to hide content. For example when you push view controller and want to load some data from server, you can prepare everything while LGPlaceholderView will show activity indicator for user.

Preview

Installation

With source code

Download repository, then add LGPlaceholderView directory to your project.

With CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the "Get Started" section for more details.

Podfile

platform :ios, '6.0'
pod 'LGPlaceholderView', '~> 1.0.0'

Usage

In the source files where you need to use the library, import the header file:

#import "LGPlaceholderView.h"

Initialization

You have several methods for initialization:

- (instancetype)initWithView:(UIView *)view; // parent view, that content you need to hide

More init methods you can find in LGPlaceholderView.h

Notifications

Here is also some notifications, that you can add to NSNotificationsCenter:

kLGPlaceholderViewWillShowNotification;
kLGPlaceholderViewWillDismissNotification;
kLGPlaceholderViewDidShowNotification;
kLGPlaceholderViewDidDismissNotification;

More

For more details try Xcode Demo project and see LGPlaceholderView.h

License

LGPlaceholderView is released under the MIT license. See LICENSE for details.

lgplaceholderview's People

Contributors

friend-lga avatar

Watchers

Vitaliy Voropaev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.