Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Concurrent
- 잡초가득블로그
- memory safety
- UICoordinateSpace
- RxSwift
- Large File Storage
- SWIFT
- rib
- Github file size
- RxCocoa
- 메모리 접근 충돌
- App Signing
- RIBs Tutorial
- ios
- 대머리깃허브
- coordinateSpace
- Automatically manage signing
- Ribs
- windowScene
- swiftdocs
- Apple Certificate
- Dispatch.main.sync
- in-out
- 클린아키텍쳐
- 로버트마틴형
- conflicting access to memory
- iOS Target
- Git Large File Storage
- Dependency Rule
- iOS 버전 점유율
Archives
- Today
- Total
빙수왕의 개발일지
갑자기 잘 보이던 imageView가 다른핸드폰에서 안보인다면? 본문
문제상황: 테스트폰1에서 잘 보이던 imageView 아이콘이 테스트폰2에서는 안보였다.. 그래서 테스트폰3으로 했는데 이것도 보이지않았다!
이유: 알고보니 시스템 아이콘을 사용해서였다.. 디자인가이드가 아직 나오지 않아서 그냥 이미지 눌러서 아무 아이콘이나 클릭해서 사용했는데..
SF Symbols라는 이 아이콘들은 iOS 13 이상의 기기부터 제공되는 아이콘이였다..
아래 링크에서 내용 확인 가능
https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/
SF Symbols - SF Symbols - Human Interface Guidelines - Apple Developer
SF Symbols SF Symbols provides a set of over 2,400 consistent, highly configurable symbols you can use in your app. Apple designed SF Symbols to integrate seamlessly with the San Francisco system font, so the symbols automatically ensure optical vertical a
developer.apple.com
'개발 > iOS' 카테고리의 다른 글
UIView의 layer에 대하여 (0) | 2020.12.06 |
---|---|
protocol, enum의 property에 관해 (0) | 2020.12.03 |
init에서 변수 값을 넣어줘도 didSet은 실행되지 않는다. (0) | 2020.11.29 |
Cell에서 Custom Initializer을 사용하고 싶은데 방법이 없을까.. (0) | 2020.11.29 |
파라미터 Bool일때 Argument label 어떻게 해야 예쁜가 (0) | 2020.11.29 |