{"id":25516,"date":"2024-10-26T13:50:34","date_gmt":"2024-10-26T13:50:34","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25516"},"modified":"2024-11-26T08:01:32","modified_gmt":"2024-11-26T08:01:32","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c-11-4-textfield-%ec%9c%84%ec%a0%af","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25516\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f"},"content":{"rendered":"<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 UI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c \ud0a4\ud2b8(SDK)\ub85c, \ubaa8\ubc14\uc77c, \uc6f9, \ub370\uc2a4\ud06c\ud0d1 \uc571\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 UI \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\uc778 <code>TextField<\/code> \uc704\uc82f\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. <code>TextField<\/code>\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ud14d\uc2a4\ud2b8 \uc785\ub825\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \uae30\ubcf8 \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774\uc81c <code>TextField<\/code> \uc704\uc82f\uc758 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\ubc95 \ubc0f \ub2e4\uc591\ud55c \uae30\ub2a5, \uc0ac\uc6a9\uc790 \uc815\uc758 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. TextField\uc758 \uae30\ubcf8 \uad6c\uc870<\/h2>\n<p><code>TextField<\/code> \uc704\uc82f\uc740 \uc0ac\uc6a9\uc790\uc758 \uc785\ub825\uc744 \ubc1b\uae30 \uc704\ud574 \uc0ac\uc6a9\ub418\ub294 \uae30\ubcf8\uc801\uc778 \uc785\ub825 \ud544\ub4dc\uc785\ub2c8\ub2e4. \uc774\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uae30\ubcf8 \uad6c\uc870\ub85c \uc704\uc82f\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>TextField(\n  decoration: InputDecoration(\n    border: OutlineInputBorder(), \/\/ \uc785\ub825 \ud544\ub4dc\uc5d0 \ub300\ud55c \ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c\n    labelText: '\uc785\ub825\ud560 \ud14d\uc2a4\ud2b8',   \/\/ \ub808\uc774\ube14 \ud14d\uc2a4\ud2b8\n    hintText: '\uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694',   \/\/ \ud78c\ud2b8 \ud14d\uc2a4\ud2b8\n  ),\n  onChanged: (text) {\n    \/\/ \ud14d\uc2a4\ud2b8\uac00 \ubcc0\uacbd\ub420 \ub54c \ud638\ucd9c\ub418\ub294 \ucf5c\ubc31\n    print('\uc785\ub825\ud55c \ud14d\uc2a4\ud2b8: $text');\n  },\n)<\/code><\/pre>\n<p>\uc5ec\uae30\uc11c <code>decoration<\/code> \uc18d\uc131\uc740 \uc785\ub825 \ud544\ub4dc\uc758 \uc678\uad00\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. <code>labelText<\/code>\ub294 \uc785\ub825 \ud544\ub4dc\uc758 \ub808\uc774\ube14\uc744 \uc815\uc758\ud558\uba70, <code>hintText<\/code>\ub294 \uc785\ub825 \ud544\ub4dc\uc5d0 placeholder\uc640 \uac19\uc740 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. <code>onChanged<\/code> \ud504\ub85c\ud37c\ud2f0\ub294 \uc0ac\uc6a9\uc790\uac00 \ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud560 \ub54c\ub9c8\ub2e4 \ud638\ucd9c\ub418\ub294 \ucf5c\ubc31 \ud568\uc218\uc785\ub2c8\ub2e4.<\/p>\n<h2>2. TextField \uc704\uc82f\uc758 \uc8fc\uc694 \uc18d\uc131<\/h2>\n<p><code>TextField<\/code> \uc704\uc82f\uc5d0\ub294 \uba87 \uac00\uc9c0 \uc911\uc694\ud55c \uc18d\uc131\uc774 \uc788\uc73c\uba70, \uc774 \uc18d\uc131\uc744 \ud1b5\ud574 \uc704\uc82f\uc758 \ud589\ub3d9\uacfc \uc678\uad00\uc744 \ub354\uc6b1 \uc138\ubc00\ud558\uac8c \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uac00\uc7a5 \uc790\uc8fc \uc0ac\uc6a9\ud558\ub294 \uc18d\uc131\uc785\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>controller<\/code>: <code>TextEditingController<\/code>\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc785\ub825 \ud544\ub4dc\uc758 \ud604\uc7ac \uc0c1\ud0dc\ub97c \ucd94\uc801\ud569\ub2c8\ub2e4.<\/li>\n<li><code>obscureText<\/code>: \ube44\ubc00\ubc88\ud638\uc640 \uac19\uc740 \ubcf4\uc548 \uc785\ub825\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574 \ud14d\uc2a4\ud2b8\ub97c \uc228\uae30\ub824\uba74 <code>true<\/code>\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><code>keyboardType<\/code>: \uc785\ub825\ud560 \uc218 \uc788\ub294 \ud0a4\ubcf4\ub4dc\uc758 \uc720\ud615\uc744 \uc124\uc815\ud558\uc5ec \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.<\/li>\n<li><code>maxLines<\/code>: \uc785\ub825 \uac00\ub2a5\ud55c \ucd5c\ub300 \uc904 \uc218\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><code>onSubmitted<\/code>: \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\uc744 \uc644\ub8cc\ud558\uace0 \uc81c\ucd9c\ud560 \ub54c \ud638\ucd9c\ub418\ub294 \ucf5c\ubc31\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>\uc774 \uc18d\uc131\ub4e4\uc744 \uc5b4\ub5bb\uac8c \uc0ac\uc6a9\ud558\ub294\uc9c0 \ubcf4\uc2dc\uc8e0:<\/p>\n<pre><code>TextField(\n  controller: myController,\n  obscureText: true,\n  keyboardType: TextInputType.emailAddress, \n  maxLines: 1, \n  onSubmitted: (value) {\n    print('\uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \uac12: $value');\n  },\n)<\/code><\/pre>\n<h2>3. TextEditingController \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>\uc785\ub825 \ud544\ub4dc\uc640 \uad00\ub828\ub41c \ub370\uc774\ud130\uc640 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 <code>TextEditingController<\/code>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc785\ub825 \ud544\ub4dc\uc5d0\uc11c \uac12\uc744 \uac00\uc838\uc624\uac70\ub098 \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 <code>TextEditingController<\/code>\uc758 \uc0ac\uc6a9 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>class MyTextFieldWidget extends StatefulWidget {\n  @override\n  _MyTextFieldWidgetState createState() =&gt; _MyTextFieldWidgetState();\n}\n\nclass _MyTextFieldWidgetState extends State<mytextfieldwidget> {\n  TextEditingController myController = TextEditingController();\n\n  @override\n  Widget build(BuildContext context) {\n    return Column(\n      children: [\n        TextField(\n          controller: myController,\n          decoration: InputDecoration(\n            border: OutlineInputBorder(),\n            labelText: '\uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694',\n          ),\n        ),\n        ElevatedButton(\n          onPressed: () {\n            print('\uc785\ub825\ud55c \uc774\uba54\uc77c: ${myController.text}');\n          },\n          child: Text('\uc81c\ucd9c'),\n        ),\n      ],\n    );\n  }\n\n  @override\n  void dispose() {\n    \/\/ \uc704\uc82f\uc744 \uc81c\uac70\ud560 \ub54c, \ucee8\ud2b8\ub864\ub7ec\ub97c \ud574\uc81c\ud558\uc5ec \uba54\ubaa8\ub9ac \ub204\uc218\ub97c \ubc29\uc9c0\ud569\ub2c8\ub2e4.\n    myController.dispose();\n    super.dispose();\n  }\n}<\/mytextfieldwidget><\/code><\/pre>\n<h2>4. \ub2e4\uc591\ud55c TextField \uc720\ud615<\/h2>\n<p>\uc774\uc81c <code>TextField<\/code>\uc758 \ub2e4\uc591\ud55c \uc720\ud615\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 \uc785\ub825 \ud544\ub4dc \uc678\uc5d0\ub3c4 \uc5ec\ub7ec \uac00\uc9c0 \uc720\ud615\uc744 \ud1b5\ud574 \uc785\ub825 \ud544\ub4dc\ub97c \uc0ac\uc6a9\uc790 \ub9de\ucda4\ud615\uc73c\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1. \ube44\ubc00\ubc88\ud638 \uc785\ub825 \ud544\ub4dc<\/h3>\n<p>\ube44\ubc00\ubc88\ud638 \uc785\ub825 \ud544\ub4dc\ub97c \uc0dd\uc131\ud558\ub824\uba74 <code>obscureText<\/code> \uc18d\uc131\uc744 <code>true<\/code>\ub85c \uc124\uc815\ud569\ub2c8\ub2e4. \uc544\ub798\ub294 \ube44\ubc00\ubc88\ud638 \uc785\ub825 \ud544\ub4dc\uc758 \uc608\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>TextField(\n  obscureText: true,\n  decoration: InputDecoration(\n    border: OutlineInputBorder(),\n    labelText: '\ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694',\n  ),\n)<\/code><\/pre>\n<h3>4.2. \uc774\uba54\uc77c \uc8fc\uc18c \uc785\ub825 \ud544\ub4dc<\/h3>\n<p>\uc774\uba54\uc77c\uc744 \uc785\ub825 \ubc1b\uc744 \ub54c\ub294 <code>keyboardType<\/code>\ub97c <code>TextInputType.emailAddress<\/code>\ub85c \uc124\uc815\ud558\uc5ec \uc774\uba54\uc77c \uc804\uc6a9 \ud0a4\ubcf4\ub4dc\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>TextField(\n  keyboardType: TextInputType.emailAddress,\n  decoration: InputDecoration(\n    border: OutlineInputBorder(),\n    labelText: '\uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694',\n  ),\n)<\/code><\/pre>\n<h3>4.3. \uba40\ud2f0\ub77c\uc778 \uc785\ub825 \ud544\ub4dc<\/h3>\n<p>\uc5ec\ub7ec \uc904\uc758 \ud14d\uc2a4\ud2b8 \uc785\ub825\uc744 \uc9c0\uc6d0\ud558\ub824\uba74 <code>maxLines<\/code> \uc18d\uc131\uc744 \uc124\uc815\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>TextField(\n  maxLines: 5,\n  decoration: InputDecoration(\n    border: OutlineInputBorder(),\n    labelText: '\uc5ec\uae30\uc5d0 \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694',\n  ),\n)<\/code><\/pre>\n<h2>5. TextField \uc2a4\ud0c0\uc77c\ub9c1<\/h2>\n<p>\uc785\ub825 \ud544\ub4dc\ub97c \ub354 \uc544\ub984\ub2f5\uace0 \uc9c1\uad00\uc801\uc73c\ub85c \ub9cc\ub4e4\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \uc18d\uc131\uc744 \ud1b5\ud574 \uc2a4\ud0c0\uc77c\ub9c1 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <code>InputDecoration<\/code>\uc758 \uc18d\uc131\uc744 \uc0ac\uc6a9\ud574\ubcfc\uae4c\uc694?<\/p>\n<ul>\n<li><code>fillColor<\/code>: \uc785\ub825 \ud544\ub4dc\uc758 \ubc30\uacbd\uc0c9\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><code>focusedBorder<\/code>: \uc785\ub825 \ud544\ub4dc\uac00 \ud3ec\ucee4\uc2a4\ub97c \ubc1b\uc744 \ub54c\uc758 \ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><code>enabledBorder<\/code>: \uc785\ub825 \ud544\ub4dc\uac00 \ud65c\uc131 \uc0c1\ud0dc\uc77c \ub54c\uc758 \ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><code>errorText<\/code>: \uc785\ub825 \uc5d0\ub7ec \ubc1c\uc0dd \uc2dc \ubcf4\uc5ec\uc904 \ud14d\uc2a4\ud2b8\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>\uc608\uc2dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>TextField(\n  decoration: InputDecoration(\n    fillColor: Colors.lightBlueAccent,\n    filled: true,\n    focusedBorder: OutlineInputBorder(\n      borderSide: BorderSide(color: Colors.green, width: 2.0),\n    ),\n    enabledBorder: OutlineInputBorder(\n      borderSide: BorderSide(color: Colors.blue, width: 2.0),\n    ),\n    errorText: '\uc798\ubabb\ub41c \uc785\ub825\uc785\ub2c8\ub2e4',\n  ),\n)<\/code><\/pre>\n<h2>6. TextField\uc758 \uac80\uc99d \ubc0f \uc720\ud6a8\uc131 \uac80\uc0ac<\/h2>\n<p>\uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \ud14d\uc2a4\ud2b8\uc758 \uc720\ud6a8\uc131\uc744 \uac80\uc0ac\ud558\uae30 \uc704\ud574 \uac04\ub2e8\ud55c \uac80\uc99d \ub85c\uc9c1\uc744 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc774\uba54\uc77c \ud615\uc2dd\uc5d0 \ub300\ud55c \uae30\ubcf8 \uac80\uc99d\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>String? validateEmail(String? value) {\n  if (value == null || value.isEmpty) {\n    return '\uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694';\n  }\n  String pattern = r'^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$';\n  RegExp regex = RegExp(pattern);\n  if (!regex.hasMatch(value)) {\n    return '\uc720\ud6a8\ud55c \uc774\uba54\uc77c \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4';\n  }\n  return null;\n}\n\nTextField(\n  decoration: InputDecoration(\n    errorText: validateEmail(myController.text),\n  ),\n)\n<\/code><\/pre>\n<h2>7. TextField\uc640 TextFormField<\/h2>\n<p>\uc785\ub825 \ud544\ub4dc\uc758 \uc720\ud6a8\uc131 \uac80\uc0ac\uc640 \uc0c1\ud0dc \uad00\ub9ac\ub97c \ubcf4\ub2e4 \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uae30 \uc704\ud574 <code>TextFormField<\/code> \uc704\uc82f\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <code>TextFormField<\/code>\ub294 <code>Form<\/code> \uc704\uc82f\uacfc \ud568\uaed8 \uc0ac\uc6a9\ub418\uba70, \ub354 \ub098\uc740 \uc720\ud6a8\uc131 \uac80\uc0ac\uc640 \uc0c1\ud0dc \uad00\ub9ac\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>Form(\n  child: Column(\n    children: <widget>[\n      TextFormField(\n        decoration: InputDecoration(labelText: '\uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694'),\n        validator: validateEmail,\n      ),\n      ElevatedButton(\n        onPressed: () {\n          \/\/ submit \ub85c\uc9c1\n        },\n        child: Text('\uc81c\ucd9c'),\n      ),\n    ],\n  ),\n)<\/widget><\/code><\/pre>\n<h2>8. TextField\uc640 FocusNode<\/h2>\n<p>\uc785\ub825 \ud544\ub4dc\uc5d0 \ud3ec\ucee4\uc2a4\ub97c \uc81c\uc5b4\ud558\uae30 \uc704\ud574 <code>FocusNode<\/code>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud3ec\ucee4\uc2a4\ub97c \uc81c\uc5b4\ud558\uc5ec \ud2b9\uc815 \uc561\uc158\uc744 \uc218\ud589\ud558\uac70\ub098 \uc785\ub825\uc744 \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>FocusNode myFocusNode = FocusNode();\n\n@override\nvoid initState() {\n  super.initState();\n  myFocusNode.addListener(() {\n    print('\ud3ec\ucee4\uc2a4 \uc0c1\ud0dc \ubcc0\uacbd: ${myFocusNode.hasFocus}');\n  });\n}\n\n@override\nWidget build(BuildContext context) {\n  return TextField(\n    focusNode: myFocusNode,\n    decoration: InputDecoration(labelText: '\ud3ec\ucee4\uc2a4\ub97c \ud14c\uc2a4\ud2b8\ud558\uc138\uc694'),\n  );\n}\n<\/code><\/pre>\n<h2>9. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 <code>TextField<\/code> \uc704\uc82f\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. <code>TextField<\/code>\ub294 \ub9e4\uc6b0 \uae30\ubcf8\uc801\uc778 UI \uad6c\uc131 \uc694\uc18c\ub85c, \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \uc785\ub825\uc744 \ubc1b\uc544\uc57c \ud558\ub294 \ubaa8\ub4e0 \uc571\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc18d\uc131\uacfc \uae30\ub2a5\ub4e4\uc744 \ud1b5\ud574 \ub354\uc6b1 \uc9c1\uad00\uc801\uc774\uace0 \uc720\uc6a9\ud55c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <\/p>\n<p>\ud50c\ub7ec\ud130\ub97c \ud65c\uc6a9\ud558\uc5ec \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\uba74\uc11c <code>TextField<\/code>\uc758 \ub2e4\uc591\ud55c \ud65c\uc6a9\uc744 \ud1b5\ud574 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ubcf4\ub2e4 \ub9e4\ub825\uc801\uc73c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac15\uc88c\uac00 \uc5ec\ub7ec\ubd84\uc758 \ud50c\ub7ec\ud130 \uac1c\ubc1c\uc5d0 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 UI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c \ud0a4\ud2b8(SDK)\ub85c, \ubaa8\ubc14\uc77c, \uc6f9, \ub370\uc2a4\ud06c\ud0d1 \uc571\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 UI \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\uc778 TextField \uc704\uc82f\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. TextField\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ud14d\uc2a4\ud2b8 \uc785\ub825\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \uae30\ubcf8 \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774\uc81c TextField \uc704\uc82f\uc758 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\ubc95 \ubc0f \ub2e4\uc591\ud55c \uae30\ub2a5, \uc0ac\uc6a9\uc790 \uc815\uc758 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. TextField\uc758 \uae30\ubcf8 \uad6c\uc870 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25516\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-25516","post","type-post","status-publish","format-standard","hentry","category-17"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/25516\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 UI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c \ud0a4\ud2b8(SDK)\ub85c, \ubaa8\ubc14\uc77c, \uc6f9, \ub370\uc2a4\ud06c\ud0d1 \uc571\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 UI \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\uc778 TextField \uc704\uc82f\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. TextField\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ud14d\uc2a4\ud2b8 \uc785\ub825\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \uae30\ubcf8 \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774\uc81c TextField \uc704\uc82f\uc758 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\ubc95 \ubc0f \ub2e4\uc591\ud55c \uae30\ub2a5, \uc0ac\uc6a9\uc790 \uc815\uc758 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. TextField\uc758 \uae30\ubcf8 \uad6c\uc870 &hellip; \ub354 \ubcf4\uae30 &quot;\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25516\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T13:50:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:01:32+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f\",\"datePublished\":\"2024-10-26T13:50:34+00:00\",\"dateModified\":\"2024-11-26T08:01:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/\"},\"wordCount\":17,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25516\/\",\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T13:50:34+00:00\",\"dateModified\":\"2024-11-26T08:01:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25516\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25516\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/25516\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 UI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c \ud0a4\ud2b8(SDK)\ub85c, \ubaa8\ubc14\uc77c, \uc6f9, \ub370\uc2a4\ud06c\ud0d1 \uc571\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 UI \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\uc778 TextField \uc704\uc82f\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. TextField\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ud14d\uc2a4\ud2b8 \uc785\ub825\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \uae30\ubcf8 \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774\uc81c TextField \uc704\uc82f\uc758 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\ubc95 \ubc0f \ub2e4\uc591\ud55c \uae30\ub2a5, \uc0ac\uc6a9\uc790 \uc815\uc758 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. TextField\uc758 \uae30\ubcf8 \uad6c\uc870 &hellip; \ub354 \ubcf4\uae30 \"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f\"","og_url":"https:\/\/atmokpo.com\/w\/25516\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T13:50:34+00:00","article_modified_time":"2024-11-26T08:01:32+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25516\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25516\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f","datePublished":"2024-10-26T13:50:34+00:00","dateModified":"2024-11-26T08:01:32+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25516\/"},"wordCount":17,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25516\/","url":"https:\/\/atmokpo.com\/w\/25516\/","name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T13:50:34+00:00","dateModified":"2024-11-26T08:01:32+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25516\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25516\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25516\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 11.4 TextField \uc704\uc82f"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":25800,"url":"https:\/\/atmokpo.com\/w\/25800\/","url_meta":{"origin":25516,"position":0},"title":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: 14 \ube44\ub514\uc624 \uc7ac\uc0dd \uc571 \ub9cc\ub4e4\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c \uc18c\uac1c \uc560\ud50c\uc758 SwiftUI\ub294 \ud604\ub300\uc801\uc778 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uac04\uc18c\ud654\ud558\uc5ec \uac1c\ubc1c\uc790\uac00 \uc571\uc744 \uc2e0\uc18d\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 SwiftUI\ub97c \uc0ac\uc6a9\ud558\uc5ec iPhone\uc5d0\uc11c \ube44\ub514\uc624\ub97c \uc7ac\uc0dd\ud560 \uc218 \uc788\ub294 \uc571\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b0\uac8c \ub429\ub2c8\ub2e4. \uc774 \uc571\uc740 \uc0ac\uc6a9\uc790\uac00 \ube44\ub514\uc624\ub97c \uac80\uc0c9\ud558\uace0 \uc120\ud0dd\ud560 \uc218 \uc788\uc73c\uba70, \uc6d0\ud65c\ud55c \uc7ac\uc0dd \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ud544\uc694\ud55c \ub3c4\uad6c\uc640 \ud658\uacbd\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (SwiftUI)&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (SwiftUI)","link":"https:\/\/atmokpo.com\/w\/category\/%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8-%ec%95%84%ec%9d%b4%ed%8f%b0%ec%95%b1-%ea%b0%9c%eb%b0%9c-swiftui\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25676,"url":"https:\/\/atmokpo.com\/w\/25676\/","url_meta":{"origin":25516,"position":1},"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 9.1 \uc0c1\uc18d\uc774\ub780?","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\ud504\ub85c\uadf8\ub798\ubc0d\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 \uc0c1\uc18d\uc740 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uac00\uc7a5 \uc911\uc694\ud55c \ud2b9\uc9d5 \uc911 \ud558\ub098\ub85c, \ud50c\ub7ec\ud130\uc5d0\uc11c\ub3c4 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc6d0\uce59\uc744 \ub530\ub974\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c\uc758 \uc0c1\uc18d \uac1c\ub150, \uc0ac\uc6a9 \ubc29\ubc95, \uadf8\ub9ac\uace0 \uc2e4\uc804 \uc608\uc81c\ub97c \ud1b5\ud574 \uc0c1\uc18d\uc744 \uae4a\uc774 \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc0c1\uc18d\uc758 \uc815\uc758 \uc0c1\uc18d(Inheritance)\uc740 \uae30\uc874 \ud074\ub798\uc2a4(\ubd80\ubaa8 \ud074\ub798\uc2a4 \ub610\ub294 \uc288\ud37c \ud074\ub798\uc2a4)\uc758 \uc18d\uc131\uacfc \uba54\uc11c\ub4dc\ub97c\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":39284,"url":"https:\/\/atmokpo.com\/w\/39284\/","url_meta":{"origin":25516,"position":2},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, MacOS Spotlight \uac19\uc740 \uae30\ub2a5 \uad6c\ud604, \ud14d\uc2a4\ud2b8\uc640 \ub9c1\ud06c \ub4f1\uc744 \ud3ec\ud568\ud55c \uc815\ubcf4 \ub808\uc774\uc5b4 \ucd94\uac00","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 PyQt\ub294 Python \ud504\ub85c\uadf8\ub798\uba38\ub4e4\uc774 Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud558\uace0 \uc9c1\uad00\uc801\uc778 GUI(Graphical User Interface) \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud558\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 MacOS\uc758 Spotlight\uc640 \uc720\uc0ac\ud55c \uae30\ub2a5\uc744 \uad6c\ud604\ud574\ubcfc \uac83\uc785\ub2c8\ub2e4. Spotlight\ub294 \uc0ac\uc6a9\uc790\uac00 \ud544\uc694\ub85c \ud558\ub294 \uc815\ubcf4\ub97c \ube60\ub974\uac8c \ucc3e\uc744 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc774\uc640 \uc720\uc0ac\ud55c \uac80\uc0c9 \uae30\ub2a5\uc744\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31075,"url":"https:\/\/atmokpo.com\/w\/31075\/","url_meta":{"origin":25516,"position":3},"title":"UWP \uac1c\ubc1c, XAML Controls Gallery","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \u00a0 | \u00a0 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. UWP\ub780? UWP(Universal Windows Platform)\ub294 Windows 10, Windows 10 Mobile \ubc0f Xbox One\uacfc \uac19\uc740 \ub2e4\uc591\ud55c Windows \uc7a5\uce58\uc5d0\uc11c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub294 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. UWP\ub294 \ub2e4\uc591\ud55c \ub514\ubc14\uc774\uc2a4\uc5d0\uc11c \uc77c\uad00\ub41c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc73c\uba70, XAML, C#, JavaScript \ub4f1\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. UWP\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25730,"url":"https:\/\/atmokpo.com\/w\/25730\/","url_meta":{"origin":25516,"position":4},"title":"\uc2a4\uc704\ud504\ud2b8\ub85c UIKIT\ubc29\uc2dd, \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c, \uba40\ud2f0\ubbf8\ub514\uc5b4 \ud65c\uc6a9\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc800\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] 1. \uc11c\ub860 \ucd5c\uadfc \uc2a4\ub9c8\ud2b8\ud3f0\uacfc \ubaa8\ubc14\uc77c \uae30\uae30\uc758 \ubc1c\uc804\uc740 \uc6b0\ub9ac \uc0dd\ud65c\uc758 \ub9ce\uc740 \ubd80\ubd84\uc744 \ubcc0\ud654\uc2dc\ucf30\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc544\uc774\ud3f0\uacfc iOS \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc740 \uc0ac\uc6a9\uc790\uc758 \ud3b8\ub9ac\ud568\uc744 \uadf9\ub300\ud654\ud558\uba70 \ub9ce\uc740 \uc778\uae30\ub97c \ub04c\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8(Swift) \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud55c \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c\uc5d0\uc11c UIKit \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud65c\uc6a9\ud55c \uba40\ud2f0\ubbf8\ub514\uc5b4 \ucf58\ud150\uce20\uc758 \uc801\uc6a9 \ubc29\ubc95\uc744 \uc0c1\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2. \uc2a4\uc704\ud504\ud2b8\uc640 iOS \uac1c\ubc1c \ud658\uacbd\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (UIKit)&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (UIKit)","link":"https:\/\/atmokpo.com\/w\/category\/%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8-%ec%95%84%ec%9d%b4%ed%8f%b0%ec%95%b1-%ea%b0%9c%eb%b0%9c-uikit\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25882,"url":"https:\/\/atmokpo.com\/w\/25882\/","url_meta":{"origin":25516,"position":5},"title":"\ub9ac\uc561\ud2b8 \uac15\uc88c: To Do \uc571 \uc608\uc81c &#8211; \ud560 \uc77c \ub9ac\uc2a4\ud2b8 \ub80c\ub354\ub9c1\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc11c\ub860 \ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \ub9ac\uc561\ud2b8(React)\ub294 \uc6f9 \uac1c\ubc1c \ubd84\uc57c\uc5d0\uc11c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\ub85c \uc790\ub9ac\uc7a1\uc558\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c\u4f5c\u6210\ud558\uace0 \uad00\ub9ac\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc720\uc6a9\ud558\uba70, \ucef4\ud3ec\ub10c\ud2b8 \uae30\ubc18 \uc544\ud0a4\ud14d\ucc98 \ub355\ubd84\uc5d0 \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ub9ac\uc561\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \ud560 \uc77c(To Do) \ub9ac\uc2a4\ud2b8 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4\ubd05\ub2c8\ub2e4. \ubcf8\u2026","rel":"","context":"&quot;\ub9ac\uc561\ud2b8 \uae30\ucd08 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ub9ac\uc561\ud2b8 \uae30\ucd08 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%eb%a6%ac%ec%95%a1%ed%8a%b8-%ea%b8%b0%ec%b4%88-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=25516"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25516\/revisions"}],"predecessor-version":[{"id":25517,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25516\/revisions\/25517"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}