GithubHelp home page GithubHelp logo

Swift 1.2 about slidemenucontrollerswift HOT 7 CLOSED

dekatotoro avatar dekatotoro commented on July 21, 2024
Swift 1.2

from slidemenucontrollerswift.

Comments (7)

dekatotoro avatar dekatotoro commented on July 21, 2024

Yes, I'm going corresponding Swift1.2 and Cocoapods.
Please wait a little longer.

Thank you feedback !

from slidemenucontrollerswift.

zikoops avatar zikoops commented on July 21, 2024

Hello dekatotoro,
i'm just updated xcode 6.3 & swift 1.2, so i have a problem in func slideLeftForGestureRecognizer
" |= is unavailable: use the || operator instead "
i have edited follow by warning but when i slide to the left of screen, it still does not working, same for slide to the right.
Please fix it,
Thank you!

from slidemenucontrollerswift.

evenh avatar evenh commented on July 21, 2024

Thank you for such a great component @dekatotoro. Do you have an ETA for Swift 1.2 & Cocoapods support?

from slidemenucontrollerswift.

Moonisky avatar Moonisky commented on July 21, 2024

@zikoops
We can't use "|=" or "||=" anymore, it's very strange that Apple doesn't change the explaination of Operators in Swift Programming Guide. Maybe it's a bug of swift1.2.
You can modify the statement to
slide = slide || self.options.panFromBezel && self.isLeftPointContainedWithinBezelRect(point)
and
slide = slide || self.options.rightPanFromBezel && self.isRightPointContainedWithinBezelRect(point)
in corresponding methods.
It works for me^_^

from slidemenucontrollerswift.

imaksp avatar imaksp commented on July 21, 2024

I have made pull request for this see this it works with Swift 1.2:
#21
Or use this directly:
https://github.com/aks0020/SlideMenuControllerSwift

from slidemenucontrollerswift.

zikoops avatar zikoops commented on July 21, 2024

@SemperIdem
Thank you, it works for me.

from slidemenucontrollerswift.

dekatotoro avatar dekatotoro commented on July 21, 2024

Sorry Swift1.2 correspondence is late.
Swfit1.2 Was supported.

from slidemenucontrollerswift.

Related Issues (20)

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.