티스토리 뷰
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 | //ViewController import UIKit class ViewController: UIViewController { @IBOutlet weak var label: UILabel! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. //1초에 데이터 전환 NSTimer.scheduledTimerWithTimeInterval(1, target: self, selector: Selector("updateTime"), userInfo: nil, repeats: true) } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } func updateTime(){ label.text = NSDateFormatter.localizedStringFromDate(NSDate(), dateStyle: NSDateFormatterStyle.NoStyle, timeStyle: NSDateFormatterStyle.LongStyle) } } | cs |
'[Swift] Notebook' 카테고리의 다른 글
Swift - 이미지 앨범에서 불러오고, 다른 View에 넘기기 예제 (0) | 2016.04.20 |
---|---|
Swift - Alert 만들기 (0) | 2016.04.19 |
Swift - PickerView를 통하여 데이터 가져오기 (0) | 2016.04.19 |
Swift - CollectionView 페이지 이동하기 (0) | 2016.04.19 |
Swift 버튼으로 진동+내장 아이폰 효과음 내기 코드 (0) | 2016.04.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Apple
- CocoaPods
- Swift
- serverless
- ubuntu
- 개발
- project
- pycon
- API
- boto3
- AWS
- uWSGI
- admin
- css
- grib
- jupyter
- 기상청
- nginx
- swift3.0
- lambda
- FTP
- Django
- code review
- app
- s3
- lib
- Python
- 파이썬
- IOS
- OpenAPI
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함