2015年7月21日

(七十九)MapKit的基本使用

摘要: MapKit是苹果公司开发的用于显示地图和实现定位、导航的地图框架。 MapKit View可以通过storyboard、xib创建,也可以通过代码直接创建。 需要注意的是,通过storyboard和xib创建的话,需要手动导入MapKit框架,否则会报错,因为storyboard、xib无法解... 阅读全文

posted @ 2015-07-21 20:46 张大大123 阅读(257) 评论(0) 推荐(0) 编辑

1052. Linked List Sorting (25)

摘要: 题目如下: A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each structure contains an in... 阅读全文

posted @ 2015-07-21 19:44 张大大123 阅读(125) 评论(0) 推荐(0) 编辑

导航