-
Notifications
You must be signed in to change notification settings - Fork 5
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
is not 5.0-compatible? #5
Comments
I merge this project with PSTCollectionView (https://github.com/steipete/PSTCollectionView ) |
👍 should be merged to support 5.0 |
Yay @bitwolaiye @jstart — thank you all! I’ll take a look and merge. |
Took a look. I have several concerns and wish to discuss with you:
I think — initially — we can do some typedef-fing for every symbol around
It appears that Let me know how it goes. |
You are right. Thank you.I will try later |
Ideally we do not have to change anything in RAPageViewController, but it seems that UIKit compatibility in PSTCollectionView is done by forcing use of special classes from the calling site. I think it’s because otherwise classes will just not be linked correctly if they are not available. (note: fuzzy memory, I can be dead wrong.) We might have to implement our own mechanism like that and special-code the sniffing in. Can’t have developers who use RAPageViewController to just fork and patch. On Apr 14, 2013, at 10:38 PM, bitwolaiye [email protected] wrote:
|
No description provided.
The text was updated successfully, but these errors were encountered: