Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 다이어트
- javascript
- Excel
- flutter
- PyQt5
- PER
- MS-SQL
- ubuntu
- urllib
- port
- pandas
- node.js
- ASP
- sqlite
- GIT
- 맛집
- IOS
- swift
- 날짜
- Linux
- 리눅스
- MySQL
- 함수
- python
- mssql
- Unity
- 라즈베리파이
- 유니티
- tensorflow
- PyQt
Archives
목록2018/06/10 (1)
아미(아름다운미소)
버튼으로 SWRevealViewController를 관리하는 방법
How to manage SWRevealViewController with button let revealViewController = self.revealViewController() var settingsButton = UIButton(type: .custom) settingsButton.setImage(UIImage(named: "settings_icon")!, for: .normal) settingsButton.addTarget(revealViewController, action: #selector(SWRevealViewController.revealToggle(_:)), for: .touchUpInside) View.addGestureRecognizer(self.revealViewControll..
랭귀지/SWIFT
2018. 6. 10. 11:02