Code Monkey home page Code Monkey logo

aasharebubbles's People

Contributors

ayoze avatar eralpb avatar gitter-badger avatar kevin-hirsch avatar mixdesign avatar mohlman3 avatar mrfeiii avatar readmecritic avatar vjyanand avatar wzbozon 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aasharebubbles's Issues

Custom image/buttons ?

I want to use some other buttons/images rather then the social icons and services listed in demo.
Like I want to add a link/bubble for appstore, blog, help docs, etc.

Is it possible to do, I mean are there any properties or options to do this ?

[sharebubbles show] does not work when clicked twice

Hi, I have multiple subviews with share/social buttons, I have configured sharebubbles to show in the main view at the center of the screen when one of this button is clicked. The issue is that on the first time the share buttons are displayed correctly, subsequent share button clicks dont launch the sharebubbles on the main view, view gets lots somehow.

Is anybody else seeing this problem?

Thanks

tableview cell Image?

Hi I am using this lib looking great ,But when i use in tableview i am passing sender instead of UIButton some time Button blink and bubles showing some other place.any reason?

Redundant line of code

In AAShareBubbles.m your code in line 78 is

[parentView addSubview:bgView];

and in line 79 you write

[parentView insertSubview:bgView belowSubview:self];

When you insert some view you automatically add it. So line 78 isn't necessary.

Greets

Rotate device

Is there any simple way to change center point and radius when rotating device?

DimBackground

Hi!

I'm wondering if there is any way to control the background dimming functionality?
I would like there to be more contrast to show off how beautiful AAShareBubbles are! :)

Only add 2 buttons, but it shows 3 buttons

I only add 2 buttons, but it shows 3 buttons.
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()

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.