Skip to content

Conversation

@martin-grindr
Copy link

No description provided.

@siideffect
Copy link

siideffect commented Aug 31, 2016

Hi martin, thanks for the conversion first of all, i use this library on one of my apps on the appstore, so i really needed it. So, you reported some problem with the isSelected variable ( i used your source code, and i experienced problems in my app, and i was not able to deselect the DoFavouriteButton), but after digging into the code, i could notice you (for some reason ) commented out the first line of select() and deselect() methods, which were setting the button selected state.

Actually i am using it in my project and is fully compatible with swift 3, i just had small problems with the cgpath methods, which can be easily solved:
moveTo becomes move( to: CGPoint() )
addLineTo becomes addLine( to: CGPoint() )

Hope it helps, enjoy coding =)

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

Successfully merging this pull request may close these issues.

2 participants