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

Installation and Demo Project Issue #1

Closed
SikandAlex opened this issue Jul 11, 2016 · 3 comments
Closed

Installation and Demo Project Issue #1

SikandAlex opened this issue Jul 11, 2016 · 3 comments

Comments

@SikandAlex
Copy link

SikandAlex commented Jul 11, 2016

Hi, I just tried to drag the EatFit folder into my Xcode project and I've got three issues coming up.

EatFit/Views/SlideLabel.swift:41:9: Value of type 'UILabel' has no member 'ac_trimLeft'
EatFit/Views/SlideLabel.swift:42:9: Value of type 'UILabel' has no member 'ac_trimRight'
EatFit/Views/SlideLabel.swift:60:9: Value of type 'UILabel' has no member 'animateAlpha'

Am I doing something wrong is there some code I need to implement to resolve these errors? Also, on the demo project when I move from the "water" progress page to the "food" progress page the application crashes.

@SikandAlex
Copy link
Author

SikandAlex commented Jul 12, 2016

Fixed the label issue by adding the UILabel + Animation.swift file to my project.
Also had to manually configure a bridging header file in my project.

@houze2311
Copy link
Contributor

Moved UILabel+Animation extension to EatFit folder, rewrote all extensions to Swift 2.2.

@serejahh
Copy link
Contributor

@houze2311 if the issue is fixed, please close it

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