본문 바로가기

전체 글179

iOS) Realm을 이용한 Swift Todo 앱 만들기 (1) 먼저, 새로운 프로젝트를 생성해줍니다. 그리고는 Main.storyboard로 바로 뛰어갑니다. 왜냐하면 우리는 기본 View Controller를 사용하지 않고 Table View Controller로 앱을 만들 거거든요. 반드시 Table View Controller로 만들어야 하는 것은 아닌데, datasource와 delegate가 이미 연결되어 있어 View Controller에 Table View와 Table View Cell을 추가해서 연결하는 것보다 쪼금 더 편합니다.(라고 쓰고 이렇게 배워서라고 합니다..ㅎ) 아무튼 추가하고 처음 View Controller를 없애기 전에 화살표(앱이 처음 시작할 화면)를 옮겨주세요. Table View Controller를 클릭한 후, 오른쪽의 Is I.. 2020. 5. 7.
HIG 번역) Bars - Status Bars Status Bars The status bar appears along the upper edge of the screen and displays useful information about the device’s current state, like the time, cellular carrier, and battery level. The actual information shown in the status bar varies depending on the device and system configuration. Status bar는 화면의 상단 가장자리를 따라 나타나며, 시간, 이동 통신사, 배터리 양과 같이 기기의 현재 상태에 관한 유용한 정보를 보여줍니다. Status bar에 보이는 실제 정보.. 2020. 5. 5.
HIG 번역) Controls - Text Fields Text Fields A text field is a single-line, fixed-height field, often with rounded corners, that automatically brings up a keyboard when the user taps it. Use a text field to request a small amount of information, such as an email address. Text field는 사용자가 tap 했을 때 자동으로 키보드를 불러오는, 종종 둥근 모서리가 있는 한 줄의 고정된 높이를 지닌 field입니다. 이메일 주소와 같은 적은 양의 정보를 요청하기 위해서 text field를 사용하세요. Show a hint in a text field .. 2020. 4. 29.
HIG 번역) Controls - Switches A switch is a visual toggle between two mutually exclusive states — on and off. Switch는 두 개의 서로 다른 상태(on/off) 사이의 시각적인 토글입니다. Consider tinting a switch to match the style of your app. If it works well in your app, you can change the colors of a switch in its on and off states. 앱의 스타일에 맞게 switch의 색을 고려하세요. 앱에서 잘 작동한다면, on/off 상태에서의 스위치 색상을 변경할 수 있습니다. Use switches in table rows only. Switches are.. 2020. 4. 28.