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

In UITableView Cell #7

Open
RilRil opened this issue Mar 6, 2014 · 11 comments
Open

In UITableView Cell #7

RilRil opened this issue Mar 6, 2014 · 11 comments

Comments

@RilRil
Copy link

RilRil commented Mar 6, 2014

It seems to crash my app if I try to apply this effect to a cell contentView ...

Any idea why ?

@mbishop-fiksu
Copy link

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.

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

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...

@mbishop-fiksu
Copy link

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.

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

ah, I was using Cocoapods it wasn't working, so I added manually your library and it worked ! yey !
Thx for your help

@mbishop-fiksu
Copy link

Sure thing, but it should work with CocoaPods just fine. What were your reproduction steps?

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

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//issues/7#issuecomment-36826313
.

@mbishop-fiksu
Copy link

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//issues/7#issuecomment-36826313
.


Reply to this email directly or view it on GitHub.

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

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//issues/7#issuecomment-36826595
.

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

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//issues/7#issuecomment-36826595
.

@michaeljbishop
Copy link
Owner

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//issues/7#issuecomment-36826595
.


Reply to this email directly or view it on GitHub.

@RilRil
Copy link
Author

RilRil commented Mar 6, 2014

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//issues/7#issuecomment-36826664
.

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