전체 글
-
-
[SwiftUI] iOS의 거리단위 Point 에 대해서Swift/SwiftUI 2022. 4. 12. 00:22
Point는 무엇이며 Pixel과 무엇이 다른가 Mobile design 101: pixels, points and resolutions The difference between pixels, points and resolutions can be confusing even for experienced designers. blog.fluidui.com Sketch의 단위는 Point이다 Does Sketch measure text layers in points or pixels? Sketch uses the macOS coordinates system, which is measured in points. So, when you work in Sketch, everything is measured in p..
-
-
[SwiftUI] TextEditor에 Placeholder를 만들어주자Swift/SwiftUI 2022. 4. 7. 08:23
원래 TextEditor는 Placeholder 기능이 자체적으로 지원되지 않는다 하지만 만들어 주자 이런식으로 만들꺼다 text: $description 은 @State 변수로 유저의 입력을 받아서 담아줄꺼임 Zstack으로 Editor 위에 Text를 쌓을껀데 이게 바로 우리의 placeholder가 될것임 description 이 비어 있다면 즉 유저가 아무것도 입력하지 않았다면 Text를 그려서 위에 올려 버리자