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 use it with swift 3? #13

Closed
ssaguiar opened this issue May 9, 2017 · 4 comments
Closed

How can I use it with swift 3? #13

ssaguiar opened this issue May 9, 2017 · 4 comments

Comments

@ssaguiar
Copy link

ssaguiar commented May 9, 2017

I have downloaded the program guide and wish to use it in my project.
I have dded it using pod and in my bridging have put:
#import "INSElectronicProgramGuideLayout/INSElectronicProgramGuideLayout.h"

I also copied the Electronic Program Guide Cene to my storyboard.
I have created a segue from a button to the cene.
I also created a class called EpgViewController as:

import UIKit

class EpgViewController: UICollectionViewController
{
}

Now, when I click the button to show the empty cene, I get this error:

2017-05-09 17:40:30.660719-0300 ipTv3[884:169392] -[ipTv3.EpgViewController currentTimeForCollectionView:layout:]: unrecognized selector sent to instance 0x167b7530
2017-05-09 17:40:30.663947-0300 ipTv3[884:169392] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ipTv3.EpgViewController currentTimeForCollectionView:layout:]: unrecognized selector sent to instance 0x167b7530'
*** First throw call stack:
(0x1d93bb3d 0x1cbc3067 0x1d940fd1 0x1d93f0c3 0x1d867d08 0x1d6a25f 0x1d663b9 0x1d63939 0x1d627bb 0x22bc57c3 0x22bc4db1 0x22bc47ab 0x22b678c3 0x207c4cb7 0x207b8d77 0x207b8c05 0x20747849 0x20765feb 0x20766b3f 0x1d8f7803 0x1d8f5a55 0x1d8f6017 0x1d8490ef 0x1d848f11 0x1eff3b41 0x22bcde83 0x170e94 0x1d0364eb)
libc++abi.dylib: terminating with uncaught exception of type NSException

Do you have any example on how to implement the INSElectronicProgramGuideLayout using swift?

Thank you very much for any help.

@m1entus
Copy link
Owner

m1entus commented Jul 31, 2017

Yes it can be used and you are doing it wrong, you havn't implement required delegate methods.

@m1entus m1entus closed this as completed Jul 31, 2017
@kushalhyperlink
Copy link

Hello @m1entus

Hope you are doing good!

Is there any chance of the swift version library demo?

@m1entus
Copy link
Owner

m1entus commented Jun 23, 2020

Hey, no i am not seeing a reason to make swift version demo of this library, because it is just custom collectionview layout

@warln10
Copy link

warln10 commented Nov 22, 2021

hi @m1entus can you provide example using swift it would be greatful

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

4 participants