티스토리 뷰
1 2 3 4 5 6 7 8 9 10 11 12 13 | import UIKit func getRandomColor() -> UIColor{ let randomRed:CGFloat = CGFloat(drand48()) let randomGreen:CGFloat = CGFloat(drand48()) let randomBlue:CGFloat = CGFloat(drand48()) return UIColor(red: randomRed, green: randomGreen, blue: randomBlue, alpha: 1.0) } | cs |
'IOS - SWIFT' 카테고리의 다른 글
IOS SWIFT bitcode 오류 해결 (does not contain bitcode) (1) | 2017.11.30 |
---|---|
IOS SWIFT 페이스북 로그인 연동 (FBSDKLoginKit, Facebook Login) (1) | 2017.11.29 |
XCode - 갑자기 file too small for architecture x86_64 에러가 뜬다면. (1) | 2016.12.12 |
SWIFT 3 - 커스텀 뷰 만들기 (Custom uiview with xib) (5) | 2016.11.02 |
SWIFT 3 - 포스터치 사용하기 (Force Touch,UIPreviewInteraction) (0) | 2016.10.30 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday