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

Added new Optional property ibDelegate of type AnyObject which se… #21

Closed
wants to merge 1 commit into from

Conversation

raginmari
Copy link

…rves as a workaround and addresses the fact that IB cannot reference protocol outlets in Swift files (still the case in Xcode 8.0). This property can be used to set the delegate of the view in a storyboard. See http://bit.ly/2eLvVoq for details.

Made the delegate property an @IBOutlet.
The example app sets the rating view delegate from the storyboard.
Opened the storyboard of the example project in Xcode 8.0 and fixed resulting misplacements.

…rves as a workaround and addresses the fact that IB cannot reference protocol outlets in Swift files (still the case in Xcode 8.0). This property can be used to set the delegate of the view in a storyboard. See http://bit.ly/2eLvVoq for details.

Made the `delegate` property an @IBOutlet.
The example app sets the rating view delegate from the storyboard.
Opened the storyboard of the example project in Xcode 8.0 and fixed resulting misplacements.
@raginmari
Copy link
Author

Addresses issue #20

@glenyi
Copy link
Owner

glenyi commented Sep 24, 2017

Sorry haven't been maintaining this repo much lately @raginmari . I just pushed 3.0 which adds some improvements. Please resubmit PR if this is still an issue.

@glenyi glenyi closed this Sep 24, 2017
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.

None yet

2 participants