123456789101112131415161718192021222324252627282930313233343536373839 import UIKit class ViewController: UIViewController, UIWebViewDelegate { @IBOutlet weak var webView: UIWebView! @IBOutlet weak var activityindicator: UIActivityIndicatorView! override func viewDidLoad() { super.viewDidLoad() activityindicator.hidden = true var url = NSURL(string: "https://www.google.com") var request = NSURLRe..
123456789101112131415161718192021222324// 터치시 키보드 내려가기import UIKit class ViewController: UIViewController { @IBOutlet weak var textviews: UITextView! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated..
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253//ViewControllerimport UIKit class ViewController: UIViewController,UIImagePickerControllerDelegate,UINavigationControllerDelegate{ @IBOutlet weak var myimage: UIImageView! @IBOutlet weak var textfield: UITextField! var string = "" @IBAction func selectimageButtonTapped(sender: AnyObject) { var picke..
12345678910111213141516171819202122232425262728//ViewController import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } @IBAction func buttonTapped(..
123456789101112131415161718192021222324252627//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, repeat..
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960//ViewController import UIKit class ViewController: UIViewController, UIPickerViewDelegate, UIPickerViewDataSource { @IBOutlet weak var picker: UIPickerView! @IBOutlet weak var label: UILabel! var selectRow = 0 var Array = ["Red","Blue","White","Black","Pupple"] override func viewDidLoa..
12345678910111213141516171819202122232425262728293031323334353637383940414243444546//ViewController import UIKit class ViewController: UICollectionViewController { var Array = [String]() override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. Array = ["소풍","여행","운동회","스키장"] } override func didReceiveMemoryWarning() { super.didRec..
12345678910111213141516171819202122232425262728293031//ViewController import UIKitimport AVFoundationimport AudioToolbox class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can ..
123456789101112131415161718192021222324252627282930313233343536//ViewController import UIKit class ViewController: UIViewController { @IBAction func OpenURL(sender: AnyObject) { var thirdURL : NSURL = NSURL(string: "http://www.google.com")! //전화 - tell://번호 //문자 - sms://번호 //메일 - mailto://메일주소 UIApplication.sharedApplication().openURL(thirdURL) } override func viewDidLoad() { super.viewDidLoad()..
- Total
- Today
- Yesterday
- app
- uWSGI
- IOS
- Swift
- swift3.0
- lambda
- OpenAPI
- boto3
- pycon
- admin
- CocoaPods
- css
- s3
- ubuntu
- Apple
- 기상청
- 파이썬
- lib
- API
- serverless
- jupyter
- project
- 개발
- nginx
- AWS
- FTP
- grib
- code review
- Python
- Django
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |