-
Notifications
You must be signed in to change notification settings - Fork 31
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
In UITableView Cell #7
Comments
Do you have a stack trace or any other information you can send? Offhand I have no idea, but if you can get me more info, I can look into it. |
it is just a normal tableview with cells containing one UILabel (added to the cell.contentView UIView) and I added the effect to the cell.contentView. |
Can you make sure your project is linking with the code? It sounds like the compiler is parsing the header properly, but the final binary doesn't have the code from the library. |
ah, I was using Cocoapods it wasn't working, so I added manually your library and it worked ! yey ! |
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps? |
pretty simple
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop [email protected]:
|
Are you opening the workspace or the project file when you do that? _ michael On Mar 6, 2014, at 12:33 AM, Cyril [email protected] wrote:
|
workspace On Thu, Mar 6, 2014 at 3:33 PM, Michael Bishop [email protected]:
|
I use cocoapods for other libraries in the same project and it works fine On Thu, Mar 6, 2014 at 3:34 PM, Cyril [email protected] wrote:
|
ok. thank you. that is good data. On Mar 6, 2014, at 12:34 AM, Cyril [email protected] wrote:
|
no worries. I don't have much time to test right now, sorry, but I will try On Thu, Mar 6, 2014 at 3:35 PM, Michael Bishop [email protected]:
|
It seems to crash my app if I try to apply this effect to a cell contentView ...
Any idea why ?
The text was updated successfully, but these errors were encountered: