admin on January 18th, 2010

UICallOutView is a private class in UIKit that produces “annotation views” as pictured on the left. These can be very useful (even outside MapKit). Unfortunately as UICallOutView is private Apple rejects applications using this class. Searching for a replacement I found this thread on stackoverflow. Ed Anuff programmed a nice replacement class that is free […]

Continue reading about UICallOutView replacement