Skip to content

Instantly share code, notes, and snippets.

@masaki925
Last active August 29, 2015 14:03
Show Gist options
  • Save masaki925/7e32c467010323303b96 to your computer and use it in GitHub Desktop.
Save masaki925/7e32c467010323303b96 to your computer and use it in GitHub Desktop.
iOS でFoursquare-API-v2 いじってみる

旅好き勉強会#3

  • ゴール

    • iPhone のMapView でオフィス近くで一杯やれる場所を探せるアプリ
  • cocoapods でfoursquare さがす

    • 2つあったけどアクティブなほうにした
  • 新しいアプリつくる

  • SDK 入れてみる

    • Cocoapods で
  • 会社の緯度経度を特定する

    • Google map で
  • 緯度経度からスポットの一覧をとってみる

    • Apple のCoreLocation を使った
    • _locationManager を、.h ファイルで宣言してなかったのでうまく動かずにハマった
  • NSLog に配列を表示する

    • 位置が変わるたびに動き続ける。。。
  • TableView にできればよかったが、時間切れ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment