Giter Site home page Giter Site logo

keyboardy's People

Contributors

evilutioner avatar lukaspili avatar podkovyrin 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  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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

keyboardy's Issues

No shared schemes for version 0.2.2

Hi,

building version 0.2.0 with Carthage works fine.
Building version 0.2.2 with Carthage results in error Dependency "xxx" has no shared framework schemes.
I think selecting target as Shared will fix the problem.

Can't run example

When I run pod install in Example folder, got the following error messages:

Analyzing dependencies
Fetching podspec for `Keyboardy` from `../`
[!] Unable to satisfy the following requirements:

- `Keyboardy (from `../`)` required by `Podfile`
- `Keyboardy (from `../`)` required by `Podfile`
- `Keyboardy (= 0.1.0)` required by `Podfile.lock`

Objective-C version

Do you happen to have an objective-C version of Keyboardy? It looks awesome but unfortunately I haven't learned Swift yet.

Swift3

Any plans to switch to Swift3?

iOS 11 - Keyboard Height returns 0

Hi
I figured out that in when I run the code in XCode 9 and ios 11, when keyboard comes up this function returns height 0:
func keyboardTransitionAnimation(_ state: KeyboardState) { }
so I searched and found that in Keyboardy.swift in line 115 you must change
let rect = (userInfo[UIKeyboardFrameBeginUserInfoKey] as? NSValue)?.cgRectValue,
to
let rect = (userInfo[UIKeyboardFrameEndUserInfoKey] as? NSValue)?.cgRectValue,
thanks to
https://stackoverflow.com/questions/45689664/ios-11-keyboard-height-is-returning-0-in-keyboard-notification

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.