Notice
Recent Posts
Recent Comments
Link
목록loadWebPage (1)
아미(아름다운미소)
웹 뷰로 간단한 웹 브라우져 만들기 3 //Site1 버튼 클릭하면 이동하는 페이지 @IBAction func btnGoSite1(_ sender: UIButton) { loadWebPage("http://m.naver.com") } 위치 btnGoUrl 함수 아래 연결(Connection) Action 이름(Name) btnGoSite1 유형(Type) UIButton //Site2 버튼을 클릭하면 이동하는 페이지 @IBAction func btnGoSite2(_ sender: UIButton) { loadWebPage("http://m.daum.net") } 위치 btnGoSite1 아래연결(Connection) Action이름(Name) btnGoSite1=2유형(Type) UIButton impo..
랭귀지/SWIFT
2018. 1. 24. 11:30