MapView

所属分类:MacOS编程
开发工具:Objective-C
文件大小:81KB
下载次数:14
上传日期:2012-07-03 10:28:56
上 传 者Arlexovincy
说明:  地图,学习IOS的资料,大家看看就懂了,主要是做地图方面的东西的demo
(Maps, learn the IOS data, we look to understand, mainly in the demo to do things the map)

文件列表:
grgcombs-MultiRowCalloutAnnotationView-76927b9 (0, 2012-03-28)
grgcombs-MultiRowCalloutAnnotationView-76927b9\.DS_Store (6148, 2012-03-28)
__MACOSX (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9 (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\._.DS_Store (82, 2012-03-28)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo (0, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo (0, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\AppDelegate.h (663, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._AppDelegate.h (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\AppDelegate.m (1718, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._AppDelegate.m (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets (0, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\bluestar.png (2110, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\._bluestar.png (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\bluestar@2x.png (5153, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\._bluestar@2x.png (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\redstar.png (2121, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\._redstar.png (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\redstar@2x.png (4636, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\Assets\._redstar@2x.png (280, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._Assets (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\CalloutDemo-Info.plist (1560, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._CalloutDemo-Info.plist (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\CalloutDemo-Prefix.pch (325, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._CalloutDemo-Prefix.pch (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\District.h (1015, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._District.h (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\District.m (2430, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\._District.m (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj (0, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj\InfoPlist.strings (45, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj (0, 2012-03-28)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj\._InfoPlist.strings (280, 2012-01-06)
grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj\ViewController_iPad.xib (14258, 2012-01-06)
__MACOSX\grgcombs-MultiRowCalloutAnnotationView-76927b9\CalloutDemo\CalloutDemo\en.lproj\._ViewController_iPad.xib (280, 2012-01-06)
... ...

MultiRowCalloutAnnotationView - Exactly what it says, for MapKit / iOS ============= Created by Gregory S. Combs. Based on work at [GitHub](https://github.com/grgcombs/MultiRowCalloutAnnotationView). Description ============= - This is an annotation view that sports a callout bubble with multiple, independently selectable rows of data. The objective is to allow each cell/row to utilize an accessory disclosure button, without resorting to a more involved UITableViewController scenario. Implementation ============= (See the demo for a functional representation of this project.) - Presuming you've already set up your project to use the MapKit Framework, you first need to add the appropriate classes in the "MultiRowCalloutAnnotationView" directory. - Next, ensure your annotation class (if you have a preexisting one) answers to the "title" selector, and that it also returns an array of MultiRowCalloutCells upon request. - The callout cell class takes a title, subtitle, and an image. You can also supply an NSDictionary for custom data that is passed along on accessory button touches. - The MultiRowCalloutAnnotationView gathers the necessary information and conveniently uses blocks to handle the button touch events. Attributions and Thanks ============= A portion of this class is based on James Rantanen's work at Asynchrony Solutions - http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-1/ - http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-2/ License ========================= [Under a Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/) ![Creative Commons License Badge](http://i.creativecommons.org/l/by/3.0/88x31.png "Creative Commons Attribution") Screenshots ========================= ![Screenshot](https://github.com/grgcombs/MultiRowCalloutAnnotationView/raw/master/screenshot.png "Screenshot")

近期下载者

相关文件


收藏者