Cocoapods 설치 및 에러 해결 설치 코드는 터미널에서 sudo gem install cocoapods (오래걸린다.) 그리고 위 코코아팟을 다 설치하고 나면, 해당 프로젝트 경로로 가서 pod init 으로 초기화 파일을 만든다. 그리고 해당 podFile을 열어서 라이브러리를 설치해준다. 그런데 간혹 가다가 이상한 에러가 발생한다. Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed. [!] The `ZuphaGo [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support File..
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 ..
- Total
- Today
- Yesterday
- Django
- Apple
- serverless
- IOS
- app
- ubuntu
- lib
- boto3
- uWSGI
- project
- 기상청
- lambda
- Swift
- Python
- nginx
- s3
- code review
- AWS
- pycon
- admin
- CocoaPods
- css
- grib
- 개발
- OpenAPI
- FTP
- swift3.0
- API
- 파이썬
- jupyter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |