1234567891011121314151617181920212223242526272829303132333435//ViewController import UIKitimport MapKitimport CoreLocation class ViewController: UIViewController { @IBOutlet weak var maps: MKMapView! override func viewDidLoad() { super.viewDidLoad() // location 값과 span(얼마나 확대할거냐) 지정 var location = CLLocationCoordinate2DMake(48.87146, 2.35500) var span = MKCoordinateSpan(latitudeDelta: 0.02,longi..
12345678910111213141516171819202122232425262728293031//ViewController1 import UIKit class ViewController: UIViewController { @IBOutlet weak var textField: UITextField! override func viewDidLoad() { super.viewDidLoad() } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } override func prepareForSegue(segue: UIStoryboardSe..
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990//: Playground - noun: a place where people can play import UIKit var a = 3.5 var b = 4 var c = a * Double(b) var str = "\(a) times \(b) is \(c)" var arr = [1,2,3,4,5] arr[3]arr[0]arr[1] //appendarr.append(6) println(arr) //arr..
- Total
- Today
- Yesterday
- API
- 기상청
- app
- admin
- uWSGI
- FTP
- 파이썬
- lambda
- serverless
- css
- Apple
- project
- nginx
- AWS
- OpenAPI
- CocoaPods
- code review
- Django
- pycon
- grib
- jupyter
- ubuntu
- Python
- 개발
- s3
- swift3.0
- lib
- Swift
- IOS
- boto3
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |