Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想调用我的服务器每 30 个数据获取一些数据,这些数据应该用于在 MKMapView 上显示注释。我已经研究过它,但我仍然不确定该使用哪个?
请给予一些指导。:)
我建议使用 NSTimer,执行选择器并在您的选择器中启动 NSOperation 来执行下载。使用 KVO 观察 isFinished 或在您的 NSOperation 中使用委托 :)