摘要:
如何自定义大头针——设置MKMapView的代理实现下面的代理方法,返回大头针控件- (MKAnnotationView*)mapView:(MKMapView*)mapView viewForAnnotation:(id)annotation;根据传进来的(id)annotation参数创建并返回... 阅读全文
摘要:
程序员日常开发中有大量时间都会花费在 debug 上,从事 iOS 开发不可避免地需要使用 Xcode。这篇博客就主要介绍了 Xcode 中几种能够大幅提升代码调试效率的方式。“If debugging is the process of removing bugs, then programmin... 阅读全文