You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at the example more carefully, particularly the koloda(_:viewForCardAt:) method.
Instead of creating and storing a single UILabel, you should be creating and returning new views in the delegate method. Right now, you're violating the delegate contract and thus everything breaks down.
Eliminating that "KolodaQueLabel" property would be a good first step.
I am requesting for urgent solution for this problem and want to know what should I do in the scene.....
How should it look like?
Report a bug
What did you do?
What did you expect to happen?
What happened instead?
Your Environment
pod env | pbcopy
and insert herecarthage version | pbcopy
and insert hereProject that demonstrates the bug
TruthOrDare.zip
The text was updated successfully, but these errors were encountered: