Develop				
			
										2016.06.27 10:09				
				[ios] 웹뷰 history.back() ㅋㄷ
																																			조회 수 5844										댓글 0									
				
							| 첨부 '1' | 
|---|
웹뷰에서 history.back() 가능한지 검사와 실행
if ([webView canGoBack]) {
    [webView goBack];
}TAG •
			
		- 
		
				
		Read More
[ios][swift] 초간단 To-do Memo
 - 
		
				
		Read More
[ios][swift] 초간단 TableView 샘플
 - 
		
				
		Read More
[ios] 웹뷰 history.back() ㅋㄷ
 - 
		
				
		Read More
플라스터(Plaster) 수업 내용
 - 
		
				
		Read More
[ios] 기본 네비게이션바의 타이틀, back버튼 위치와 속성 변경
 - 
		
				
		Read More
[ios] UUID 생성 + Key Chain 연동
 - 
		
				
		Read More
[c#] 전자금융보안론 발표/설치 자료(툴바 소스코드)
 - 
		
				
		Read More
[ppt] 전자금융보안론 발표/설치 자료
 - 
		
				
		Read More
XE Core 1.8.18 본문 작성시 태그(html) 사라지는 버그
 - 
		
				
		Read More
[io] Apple Watch, Today Extension 앱ID 설정
 - 
		
				
		Read More
[ios] Did UIScrollView End Scrolling?
 - 
		
				
		Read More
[ios] How To Use UIScrollView to Scroll and Zoom Content (Using Swift)