티스토리 뷰
IOS - SWIFT
IOS SWIFT 웹 링크 사파리 swift URL link (UIApplication.sharedApplication().openURL)
tom7930 2016. 1. 27. 15:17
1 2 3 4 5 6 7 8 9 | import UIKit class MyPageViewController: UIViewController { @IBAction func linkToSafari(sender: AnyObject) { UIApplication.sharedApplication().openURL(NSURL(string: "http://www.naver.com/")!) } } | cs |
'IOS - SWIFT' 카테고리의 다른 글
IOS SWIFT 터치 비활성화 , 터치 막기 (beginIgnoringInteractionEvents) (0) | 2016.01.27 |
---|---|
IOS SWIFT 메일 보내기 swift send mail (MFMailComposeViewController) (0) | 2016.01.27 |
IOS SWIFT 버튼 만들기 swift button programmatically (UIButton) (0) | 2016.01.27 |
IOS SWIFT 키보드 높이 구하기 swift keyboard height (UIKeyboardWillShowNotification) (1) | 2016.01.27 |
IOS SWIFT 타이머 설정하기 (NSTimer) (0) | 2016.01.27 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday