Coder Social home page Coder Social logo

jt501 / swiftnotify Goto Github PK

View Code? Open in Web Editor NEW
499.0 11.0 22.0 16.41 MB

A Swifty UI framework for notifications and alerts.

Home Page: https://jt501.github.io/SwiftNotify

License: MIT License

Ruby 0.53% Objective-C 0.31% Swift 99.01% Shell 0.15%
swift ios ui-components alertview in-app-notification uikit uikit-dynamics carthage alert swift5 toast popup cocoapods

swiftnotify's Introduction

SwiftNotify

GitHub license Swift Static Badge GitHub Actions Workflow Status Carthage compatible CocoaPods GitHub forks GitHub stars GitHub issues

A Swifty UI framework for notifications and alerts.

Demo1 Demo2 Demo3

SwiftNotify uses UIKit Dynamics as animator to create smooth interactive animations and physics behaviours for the notices.

SwiftNotify is intended to be lightweight, easy-to-use and highly customizable. Most of the time, you just need a single line of code to show a notice:

SN.show(title: "OMG", message: "SwiftNotify is Great !", level: .success)

As simple as that.

Documentation

Feel free to check out the documentation page for installation guide and usages.

Requirements

  • Swift 5.9+
  • iOS 13.0+

Change Log

Please read CHANGELOG.md.

Bugs and issues

If you find any bugs or encounter some issues regard to this framework, please feel free to open a new issue in Issues page.

Contribute

You are welcome to contribute into this project, feel free to Pull Request .

License

SwiftNotify is released under an MIT License. See LICENSE for details.

swiftnotify's People

Contributors

jt501 avatar irshadpc avatar

Stargazers

skipp avatar Min avatar ZST avatar  avatar Chetan Aggarwal avatar YL10 avatar Ahmed Taha avatar Gavin avatar Tex avatar HS Lee avatar  avatar  avatar  avatar David Lee avatar  avatar DevilMan avatar Damon avatar  avatar  avatar  avatar Egor avatar Eduard Shahnazaryan avatar Rinat Abidullin avatar Arthur da Paz avatar Abdul Hannan avatar  avatar  avatar Amr Said Abd Elrhim Elskaan avatar Dhipin K Das avatar Quan Bui avatar Ruydita avatar liujun avatar TOYAMA Yosaku avatar HolyShit avatar David Elsonbaty avatar Rodrigo Paschoaletto avatar Anderson Peligrini avatar Jamone Kelly avatar X.app (Developer) avatar Alex Sherbakov avatar VK avatar Mahmoud Kandeel avatar Mikhail Li avatar Dino avatar Sijawusz Pur Rahnama avatar Ozzie Kirkby avatar Gwan-ho Kim avatar  avatar  avatar XYZTech avatar Henry Hardy avatar luohaoyuan avatar Jayson Rhynas avatar Haizi avatar []\ avatar Oleksandr Bretsko avatar Caglar Cakar avatar Aliaksei Prokharau avatar Shahzad Majeed avatar bob avatar  avatar A avatar Harrison Leath avatar  avatar Isuru Nanayakkara avatar Trystan avatar 生‘ avatar Omar MHAIMDAT avatar vulcangz avatar Omar Al tawashi avatar Libern avatar Jim avatar  avatar Naoki Fujii avatar Alexander Murphy avatar Kyle Howells avatar Rozeri Dilar avatar Akio Itaya avatar Orr Matarasso avatar Mohammad Mohammadi Nasrabadi avatar Andrew Fakher avatar Bertan Ege Teberci avatar Yusuf Miletli avatar caojianhua avatar Brandon Ha avatar Mustafa GÜNEŞ avatar Ibrahim Alluhaybi avatar Abanob avatar  avatar  avatar Keehun avatar Ahmet Muhammet Vural avatar Brandon Asuncion avatar Joe avatar Onur Geneş avatar Mohamad Kaakati avatar VAndrJ avatar Eugene Yatsenko avatar Vincent avatar David Grechi Doll avatar

Watchers

 avatar James Cloos avatar MohsinAli avatar Carabineiro avatar LetSwiftDev avatar  avatar Omar Al tawashi avatar  avatar Kumar C avatar  avatar  avatar

swiftnotify's Issues

snapDamping false ?

how can i remove snapDamping animate ? i want only show and hide no damping left right etc. animating

Enums should follow Swift conventions

This enumerations should be changed from:

public enum Theme {
        case Success(Style)
        case Fail(Style)
        case Info(Style)
        case Warning(Style)
    }

    public enum Style {
        case Light
        case Dark
    }

To:

public enum Theme {
        case success(Style)
        case fail(Style)
        case info(Style)
        case warning(Style)
    }

    public enum Style {
        case light
        case dark
    }

In order to follow the Swift enumeration conventions as accepted in here

iTunes Store submission issue

Getting this back from Apple:
Invalid Bundle Structure - The binary file '<Appname>.app/Frameworks/CFNotify.framework/CFResources.bundle/CFResources' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide for information on the iOS app bundle structure.

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.