-
Notifications
You must be signed in to change notification settings - Fork 54
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
Arrow image not found #33
Comments
Hello, Chances are you're using a different version? I would also try setting [showArrowImage:YES] during your view's init. Check also this issue: Let me know, |
@Darkseal the problem is with hard coded bundle name. When use_frameworks! option is set at the Podfile - you won't have that bundle, but framework instead |
I agree with @slxl. I'm using it for a Swift2 project. Pod version is 0.1.34. Inside DownPicker
The problem is, if there was no UIImageView instance attached to the
What i'm doing now to circumvent this is to create a UIImageView instance, which already holds my custom down arrow, and pass it to my |
When installed with CocoaPods
The text was updated successfully, but these errors were encountered: