tintColor를 이용하여 앱을 구성할때
UIImageView에도 tintColor를 적용해야 할 때가 있다.
myImageView.image = myImageView.image!.imageWithRenderingMode(UIImageRenderingMode.AlwaysTemplate)
myImageView.tintColor = UIColor.redColor()
'iOS > 참고' 카테고리의 다른 글
MFMailComposeViewController 사용해서 메일 보내기 (0) | 2015.05.19 |
---|---|
[iOS8] UITableView 에서 select cell color 적용하기 (0) | 2015.04.29 |
UIImageView에 tintColor 적용하기 (0) | 2015.04.28 |
앱 초기 실행화면(Splash Screen)에서 상태바 색상(Statusbar style) 지정 (1) | 2015.04.17 |
[발번] iOS Keychain Services Tasks (0) | 2015.03.17 |
cocoapods 사용법 (0) | 2015.03.13 |
댓글을 달아 주세요