Develop				
			
										2016.06.27 22:29				
				[ios][swift] 초간단 TableView 샘플
																																			조회 수 5588										댓글 0									
				
							| 첨부 '2' | 
|---|
초간단 TableView 샘플 코드
https://github.com/picomax/TableViewSwift
아래 배열을 출력하는 테이블 뷰 var items: [String] = ["Egg Benedict", "Mushroom Risotto", "Full Breakfast", "Hamburger", "Ham and Egg Sandwich", "Creme Brelee", "White Chocolate Donut", "Starbucks Coffee", "Vegetable Curry", "Instant Noodle with Egg", "Noodle with BBQ Pork", "Japanese Noodle with Pork", "Green Tea", "Thai Shrimp Cake", "Angry Birds Cake", "Ham and Cheese Panini"]
TestTableView1
ViewController 내부에 Delegate, DataSource 관련 코드 작성한 방식
class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource
TestTableView2
ViewController 외부 Delegate, DataSource 관련 코드 작성한 방식
extension ViewController: UITableViewDataSource extension ViewController: UITableViewDelegate

- 
		
				
		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)