GithubHelp home page GithubHelp logo

abdullahselek / astoast Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 15.0 838 KB

A Swift extension for using Android style Toast notifications.

License: MIT License

Swift 97.44% Ruby 1.68% Objective-C 0.88%
carthage cocoapods swift-extension toast xcode

astoast's Introduction

Senior Machine Learning Engineer with more than 10 years of experience in software and machine learning engineering with designing, developing, and implementing complex machine learning pipelines, automation and systems. Possessing a strong computer science background and expertise in various programming languages and frameworks. Committed to staying up-to-date with the latest advancements in the field and am always seeking out new and innovative ways to solve complex problems as well as leading development teams and technical discussions. I am passionate about mentoring and training junior team members on machine learning techniques and best practices. Using Github for publishing and contributing to open source projects at the same time working on open source identity verification projects using Machine Learning and Deep Learning techniques. One of the open source projects that I have contributed to was used in Mars 2020 Helicopter Mission.

astoast's People

Contributors

abdullahselek avatar dependabot[bot] avatar lordoftheports avatar sweeper777 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

astoast's Issues

Swift3?

I tried converting this to Swift 3 syntax using the Xcode migrator. But there are 7 errors in ASToast. Can you do a Swift 3 version?

If you already support Swift 3, can you tell me what to write in my pod file in order to install the swift 3 version?

Why does makeToast takes a AnyObject? as a parameter for position?

One overload of makeToast is like this:

public func makeToast(_ message: String,
                      duration: TimeInterval,
                      position: AnyObject?, // Why is this AnyObject? ?
                      backgroundColor: UIColor?,
                      titleColor: UIColor?,
                      messageColor: UIColor?)

position should be of type ASToastPosition?

Also, the enums should really be renamed swiftily.

public enum ASToastPosition: String {
    case top = "ASToastPositionTop",
    center = "ASToastPositionCenter",
    bottom = "ASToastPositionBotom"
}

Can I set the fade in and fade out time of toasts?

Currently, the toasts take a little more than 1 whole second to fade in, meaning that if I show a toast for one second, it disappears before it even fully fades in. The fade in animation just takes too long. Can I set fade in and fade out durations?

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.