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

Updated to support Swift 3 #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

paubins
Copy link

@paubins paubins commented May 30, 2017

No description provided.


/*
A bitmask value that identifies the edges that you want to wobble.
You can use this parameter to wobble only a subset of the edges of the rectangle.
*/
@IBInspectable public var edges: ViewEdge = .Right
@IBInspectable open var edges: ViewEdge = .Right
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't work with Swift 4.0. The error message is "Property cannot be marked @IBInspectable because its type cannot be represented in Objective-C".

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.

3 participants