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

How can I run this project? It's won't let me build #3

Closed
ghost opened this issue Oct 8, 2015 · 3 comments
Closed

How can I run this project? It's won't let me build #3

ghost opened this issue Oct 8, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 8, 2015

Hi, when I try to run this project, its simulator is set to "IOS DEVICES" and not able to change the device to other types of simulators (iphone6, 5, 4, etc.).

@kwkhaw
Copy link
Collaborator

kwkhaw commented Oct 8, 2015

Hi @hongseung92 Which version of Xcode are you using?
Please try with Xcode 7 (not beta) and see if you still encounter the same issue.

@ghost
Copy link
Author

ghost commented Oct 13, 2015

@kwkhaw Thanks for the response :) I was wondering what the difference was between the PAPPhtoCell file and PAPPhotoHeaderView file. They have both classes that subclass PFTableViewCell but was wondering what the difference was. Thanks!!

@kwkhaw
Copy link
Collaborator

kwkhaw commented Oct 15, 2015

@hongseung92 your build is resolved? great!
Probably I'm not the right guy to explain the design.
But if you are asking what PAPPhotoCell and PAPPhotoHeaderView are, I can tell you how to find out. :-)
Launch the application in Xcode, then in PAPPhotoTimelineViewController.swift, put the break point at:

  • around line 278: inside photoHeaderView(:didTapUserButton:user)
  • around line 482: inside didTapOnPhotoAction (It will break when a PAPPhotoCell is tapped).
    They will break when you tap... the "photos". :-)
    Please let me know if it does not answer your question.

@kwkhaw kwkhaw closed this as completed Oct 15, 2015
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

1 participant