In UITableView Cell
It seems to crash my app if I try to apply this effect to a cell contentView ...
Any idea why ?
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. If you can get me a reproducible test case (or modify the test case that is there), that would be ideal.
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. I got the error : -[UITableViewCellContentView setParallaxIntensity:]: unrecognized selector sent to instance 0x14612400 when it tries to initialise the cell...
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 ! Thx for your help
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop [email protected]:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313 .
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:
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop [email protected]:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313 .
— Reply to this email directly or view it on GitHub.
workspace
On Thu, Mar 6, 2014 at 3:33 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:
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop [email protected]:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHub< https://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313>
.
Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826595 .
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:
workspace
On Thu, Mar 6, 2014 at 3:33 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:
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop < [email protected]>wrote:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHub< https://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313>
.
Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826595 .
ok. thank you. that is good data.
On Mar 6, 2014, at 12:34 AM, Cyril [email protected] wrote:
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:
workspace
On Thu, Mar 6, 2014 at 3:33 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:
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop < [email protected]>wrote:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHub< https://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313>
.
Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826595 .
— Reply to this email directly or view it on GitHub.
no worries. I don't have much time to test right now, sorry, but I will try again with cocoapods and update this thread if I make it.
On Thu, Mar 6, 2014 at 3:35 PM, Michael Bishop [email protected]:
ok. thank you. that is good data.
On Mar 6, 2014, at 12:34 AM, Cyril [email protected] wrote:
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:
workspace
On Thu, Mar 6, 2014 at 3:33 PM, Michael Bishop < [email protected]>wrote:
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:
pretty simple
- add you library to Podfile
- pod install
- close/reopen xcode
- add #import <NGAParallaxMotion/NGAParralaxMotion.h>
- build app
On Thu, Mar 6, 2014 at 3:27 PM, Michael Bishop < [email protected]>wrote:
Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?
Reply to this email directly or view it on GitHub<
https://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826313>
.
Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHub< https://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826595>
.
Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHubhttps://github.com/michaeljbishop/NGAParallaxMotion/issues/7#issuecomment-36826664 .