I'm trying to set a custom callout view with a xib I created however it doesn't show up. When I tap in a pin the app is crashing and show the follow error
It's anyone that can help me? You can find the code here. https://github.com/andreasvas/xcode
I'm trying to set a custom callout view with a xib I created however it doesn't show up. When I tap in a pin the app is crashing and show the follow error
It's anyone that can help me? You can find the code here. https://github.com/andreasvas/xcode
Copyright © 2021 Jogjafile Inc.

In interface builder for your
CalloutView.xib;File's Owneris blank (NSObject). And don't forget to remove outlet references.CalloutViewControlleris aUIViewsubclass, So set it for the top most UIView, not the `File's Owner'. And don't forget to re-hook your outlets.