Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify each bubble color #7

Open
TheGeekPharaoh opened this issue Oct 26, 2016 · 3 comments
Open

Specify each bubble color #7

TheGeekPharaoh opened this issue Oct 26, 2016 · 3 comments

Comments

@TheGeekPharaoh
Copy link

It would be a nice feature to be able to specify the background color of each bubble individually, rather than have all bubbles the same color.

@sanjeetsuhag
Copy link
Contributor

sanjeetsuhag commented Oct 29, 2016

@sdnakhla Unless you are talking about a fill color inside each ISPoint, this functionality is already in.

To initialize an ISPoint with a different color, use the following code:

_ = ISPoint(title: "07:00 AM", description: "Example", pointColor: UIColor.red, lineColor: UIColor.blue, touchUpInside: touchAction, fill: false)

@TheGeekPharaoh
Copy link
Author

Yes, I am talking about fill color specifically.

On Saturday, October 29, 2016 5:41 PM, Sanjeet Suhag <notifications@github.com> wrote:

@sdnakhla Unless you are talking about a fill color inside each ISPoint, this functionality is already in.To initialize an ISPoint with a different color, use the following code:ISPoint(title: "07:00 AM", description: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr.", pointColor: UIColor.red, lineColor: UIColor.blue, touchUpInside: touchAction, fill: false)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@LucasCarioca
Copy link

See #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants