Coder Social home page Coder Social logo

Comments (5)

mixdesign avatar mixdesign commented on June 2, 2024

Hi,
I haven't tested this in swift. What kind of problem you faced?

from aasharebubbles.

teghzoraver avatar teghzoraver commented on June 2, 2024

Mainly problems with converting the code and initializing

from aasharebubbles.

khuong291 avatar khuong291 commented on June 2, 2024

I've already implement it using swift. Just do like this:

let shareBubles: AAShareBubbles = AAShareBubbles.init(centeredInWindowWithRadius: 100)
shareBubles.delegate = self
shareBubles.bubbleRadius = 40
shareBubles.sizeToFit()
shareBubles.showFacebookBubble = true
shareBubles.showTwitterBubble = true
shareBubles.addCustomButtonWithIcon(UIImage(named: "twitter"), backgroundColor: UIColor.whiteColor(), andButtonId: 100)
shareBubles.show()

from aasharebubbles.

khuong291 avatar khuong291 commented on June 2, 2024

But I don't know why, I only create facebook and twitter bubble, but it shows 3 bubbles

from aasharebubbles.

galblank avatar galblank commented on June 2, 2024

that's why you see 3 buttons
shareBubles.addCustomButtonWithIcon(UIImage(named: "twitter"), backgroundColor: UIColor.whiteColor(), andButtonId: 100)

from aasharebubbles.

Related Issues (12)

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.