Giter Site home page Giter Site logo

ehplainalert's People

Contributors

irshadpc avatar josshad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ehplainalert's Issues

Disable multiple instances.

Hey, your control is great... is it possible though to just have one error displayed at a time and not the multiple errors stacking on screen?

number of alerts

is there a way to set up a maximum number of alerts that can be displayed at once?

How to hide the alertview.

Is there a way to automatically hide the alertview based on a button click.

My use case when the user taps on Sign Up button the user is taken to a signup screen, here I am able to see the previous screens alertview. So basically I wanted a method which can hide all the alertviews at once.

Any help much appreciated.

Multiline alert subtitle issue.

When adding a multi line alert message the Alert Title moves to the top and touches the status bar. I guess the Alert Title label should not move but rather the Alert Subtitle should grow downwards.

Single Line Message

singleline-message

Multi-line Message

multiline-message

Icons are not shown (Swift)

I’ve installed your plugin via CocoaPods in Swift project. I’m using such plugin call:

EHPlainAlert.showAlertWithTitle("Title", message: "Error message", type: ViewAlertError)

But default error icon is not shown. I’ve tested with other alert types, but it’s blank space and no default icons.

example

EHPlainAlert-EHPlainAlert

Command /usr/bin/codesign failed with exit code 1 ..... Works on iPhone device but I get this error when I try to use the simulator.

Prefix alert type and alert position with EH*

To avoid conflicts, I propose the following:

typedef enum : NSUInteger {
    EHPlainAlertError,
    EHPlainAlertSuccess,
    EHPlainAlertInfo,
    EHPlainAlertPanic,
    EHPlainAlertUnknown
} EHPlainAlertType;

typedef enum : NSUInteger {
    EHPlainAlertPositionBottom = 0,
    EHPlainAlertPositionTop
} EHPlainAlertPosition;

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.