소프트웨어/iOS
UITableView 구분 라인, 라인, 라인 속성
self.currentTableView.separatorStyle = UITableViewCellSeparatorStyleNone; 출처: http://kakadais.tistory.com/entry/UITableView-셀간-구분라인-없애기-remove-cell-line-seperator [isn't enough?]
UITableView를 horizontal, vertical 둘다 작동하게 만들기
1. UITableView가 horizon으로만 동작하게 만드는 방법http://alazydevelopersessay.blogspot.kr/2015/12/uitableviewcell.html 2. 가로, 세로 동시에 동작하게 하는 방법UITableView를 ScrollView속에 넣는다.https://stackoverflow.com/questions/12813130/table-view-with-both-horizontal-and-vertical-scrolling-in-iphone
tab bar controller
https://developer.apple.com/library/content/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/TabBarControllers.html