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 | 31 |
Tags
- 포켓몬 GO
- 샘플
- 아이폰7
- loop
- UIView
- swift3
- UITableView
- afterdelay
- 스마트폰
- 신도림 테크노마트
- 신도림
- simulator
- Bitcode
- error
- Example
- 보라카이
- IOS
- LG유플러스
- swift
- Xcode
- 페이백
- 해몽
- 앱스토어
- push
- 공략
- 포켓볼
- GCD
- 얻는법
- Check
- setting
Archives
- Today
- Total
목록extension (1)
도래울
Swift Toast Extention
extension UIViewController { func showToast(message : String) { let toastLabel = UILabel(frame: CGRect(x: self.view.frame.size.width/2 - 75, y: self.view.frame.size.height-100, width: 150, height: 35)) toastLabel.backgroundColor = UIColor.black.withAlphaComponent(0.6) toastLabel.textColor = UIColor.white toastLabel.textAlignment = .center; toastLabel.font = UIFont(name: "Montserrat-Light", size:..
개발/iOS
2019. 4. 9. 17:13