var shopInfoData : NSDictionary!
@IBAction func snsBtn(sender: AnyObject) {
var sns_url = shopInfoData.valueForKey("sns_url") as! String
UIApplication.sharedApplication().openURL(NSURL(string:sns_url)!)
}
func returnJSON(data: NSDictionary, code: Int) {
if NetworkCode().GET_SHOP_INFO==code {
var returnData2 : NSDictionary = data.valueForKey("data") as! NSDictionary
shopInfoData = returnData2
'Programming > Swift' 카테고리의 다른 글
KAKAO Link 방법. 안드로이드, 아이폰, 아이패드URL 각 앱스토어 연결 URL (0) | 2015.05.31 |
---|---|
테이블뷰 페이지 끝에 다다를 때쯔음 다음 테이블 뷰 데이터 불러오기 (0) | 2015.05.27 |
ㄴㅁㅇㅇ (0) | 2015.05.25 |
뒤로가기버튼 (0) | 2015.05.15 |
객체 전달 (0) | 2015.05.13 |