What is the translation of " VIEW CONTROLLER " in Korean?

[vjuː kən'trəʊlər]
[vjuː kən'trəʊlər]
뷰 컨트롤러
view controller
view controller를
view controller

Examples of using View controller in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The Model View Controller.
모델 뷰 컨트롤러.
Storyboards don't let you change the type of special view controllers.
스토리 보드는 특수 뷰 컨트롤러의 유형을 변경할 수 없습니다.
MVC is Model, View, Controller.
MVC 는 Model, View, Controller의 약자입니다.
The view controller no longer needs its error: Error? property.
뷰 컨트롤러는 더이상 자체 error: Error? 속성이 필요하지 않습니다.
It comes with Model View Controller.
Model View Controller 입니다.
Model view controller(MVC) is a very useful and popular design pattern.
모델 뷰 컨트롤러(MVC)는 매우 유용하고 인기 있는 디자인 패턴입니다.
Back in Main. storyboard,select the new view controller.
Main. storyboard를 선택 후,First View Controller를 선택한다.
If a view controller with the correct restoration path already exists, UIKit uses that object.
뷰 컨트롤러가 올바른 복원 경로가 이미 존재한다면, UIKit은 이 객체를 사용합니다.
That allows you to reuse the same view controller in multiple places.
이러한 구조는 같은 뷰 컨트롤러를 여러 곳에서 재사용할 수 있게 해줍니다.
Model View Controller pattern FAQ: Can you provide some examples and definitions of MVC objects?
모델 뷰 컨트롤러 패턴 FAQ: MVC 개체의 몇 가지 예와 정의를 제공할 수 있습니까?
Experience developing with MVC(model/view/controller) framework.
MVC (Model/View/Controller)에 대한 설명입니다.
The model, view, controller approach separates your application at a macro level into 3 sets of responsibilities.
모델, 뷰, 컨트롤러 접근 방식은 애플리케이션을 매크로 수준에서 세 가지 책임 집합으로 분리합니다.
For more information, you can check Out: View Controller Programming Guide for iOS.
더 많은 정보를 원하면 "View Controller Programming Guide for iOS"를 읽어보세요.
The main difference with the previous example is that we set the session's delegate to the view controller.
이전 예제와의 주요 차이점은 세션의 대리자를 뷰 컨트롤러로 설정한다는 것입니다.
In such a case, you would not preserve the view controller that asks for the new password information.
이 경우처럼 새로운 암호 정보를 요구하는 View Controller를 보존하지 않을 것입니다.
To circumvent this issue, the developer will have to set CDVViewController as the root view controller.
이 문제를 회피하기 위해 개발자는 루트 뷰 제어기로 CDVViewController를 설정해야 합니다.
In Xcode, the Assistant Editor can be used to work on view controllers and graphql code at the same time.
Xcode에서는 Assistant Editor를 사용하여 뷰 컨트롤러와 graphql 코드를 동시에 작업 할 수 있습니다.
We create a view controller, perform the Editor-> Embed in-> Navigation Controller..
테이블뷰 컨트롤러를 선택하고 메뉴막대에서 Editor -> Embed In -> Navigation Controller 클릭하면.
The Observer pattern is also a key part in the familiar Model View Controller(MVC) architectural pattern.
관찰자 패턴은 친숙한 모델 뷰 컨트롤러(MVC) 아키텍처 패턴의 핵심 부분이기도 합니다.
With the Table View Controller Scene selected, choose Editor-> Embed In-> Navigation Controller..
테이블뷰 컨트롤러를 선택하고 메뉴막대에서 Editor -> Embed In -> Navigation Controller 클릭하면.
A coworker recently asked for some good resources on getting up to speed on the Model View Controller(MVC) pattern.
최근 한 동료가 Model View Controller (MVC) 패턴을 빨리 배우기 위해 좋은 리소스가 있는지 물었습니다.
If those services use Safari View Controller and the user is already logged in from Safari, she will get a continuous and consistent experience.
만약 이 서비스들이 Safari View Controller를 사용하고, 사용자가 이미 사파리에서 로그인 되어 있는 상태라면, 끊이지 않고 일관된 경험을 할 수 있을 것이다.
Like most of the web frameworks, CodeIgniter uses the Model, View, Controller(MVC) pattern to organize the files.
대부분의 웹 프레임워크와 마찬가지로 CodeIgniter는 MVC(Model, View, Controller) 패턴을 사용하여 파일을 구성합니다.
AngularJS provides developers options to write client side application(using JavaScript) in a clean MVC(Model View Controller) way.
AngularJS는 개발자가 클라이언트 측 응용 프로그램 (JavaScript 사용)을 깨끗한 MVC (Model View Controller) 방식으로 작성하는 옵션을 제공합니다.
This is very similar to the view/controller pattern you might be familiar with from your back-end developer days.('member Rails?'member Django?).
이는 백엔드 개발자들에게 친숙한 view/controller 패턴과 매우 유사하다. ( 'member Rails? ' member Django? ).
Since Model 2 drives a separation between logic and display, it is usually associated with the model- view- controller(MVC) paradigm.
모델 2는 로직과 디스플레이의 분리를 유도하므로 일반적으로 모델-뷰-컨트롤러(MVC) 패러다임과 관련이 있습니다.
You will also find that the code in the view controllers and all of the other classes is easy to understand, easier to test, and as a result, also easier to maintain.
또한 view controller에 있는 코드와 모든 다른 클래스들이 이해하기 쉽고, 테스트하기 쉬우며, 그리하여 유지보수하기까지 쉽다는 것을 깨달을 것이다.
The simplest way to restore the restoration identifier is to grab the last item in the identifierComponents array and assign it to your view controller.
복원 식별자를 복원하는 가장 간단한 방법은 identifierComponenets 배열의 마지막 아이템을 가져오고 이것을 뷰 컨트롤러로 할당하는 것입니다.
The only solution to the Controller Problem is to continuously refactor large view controllers into multiple smaller, simpler controllers..
컨트롤러 문제를 해결하는 유일한 방법은 커다란 뷰컨트롤러를 계속적으로 더 작고 간편한 컨트롤러로 리팩토링하는 것이다.
For example, if I had EditUserSettings view controller, that view controller would have save or cancel triggers, and that's the only thing I'm interested in.
예를 들어, EditUserSettings 컨트롤러가 있다면, 해당 뷰 컨트롤러는 저장이나 취소를 처리할 텐데 제가 관심 있는 것은 이것뿐입니다.
Results: 121, Time: 0.0522

How to use "view controller" in an English sentence

The initial view controller in the storyboard.
ditch this View Controller to start with.
our view controller in the upper right.
And a View Controller looking like this.
Remove the root view controller it created.
Client-Server architecture and Model View Controller pattern.
Storyboard: Segue automatically handles View Controller transition.
Each view controller manages a single scene.
A Table View Controller Root View Controller.
Presented view controller has a property transitioningDelegate.
Show more

How to use "뷰 컨트롤러" in a Korean sentence

기본적으로 뷰 내의 컨트롤과 뷰 컨트롤러 사이의 연결을 만들 수 있지만, 반드시 뷰와 뷰 컨트롤러 사이의 관계일 필요는 없다.
페이지 뷰 컨트롤러 예제부터 시작해 스플릿 뷰 컨트롤러, 내비게이션 컨트롤러 등까지 알아봅니다.
만약 뷰 컨트롤러 등의 객체에서 이 메소드를 호출한다면 nil을 돌려받을 뿐이다.
당신은 뷰 컨트롤러 객체들은 독립적이라는 것을 항상 생각해야 합니다.
마지막으로 뷰 컨트롤러 내의 코드는 아주 단순합니다.
뷰 컨트롤러 A는 모든 뷰 컨트롤러에 대한 의존성을 갖게 됩니다.
이 패턴에서는 뷰 컨트롤러 구성을 담당하는 객체가 한 개 있습니다.
모든 정보가 뷰 모델 또는 뷰 컨트롤러 외부에 있으면 굉장히 편리합니다.
그래서 우리는 샘플 코드에 있는 뷰 컨트롤러 구현방식을 따르지 않아야 합니다.
아이폰 애플리케이션이라면 적어도 뷰 컨트롤러 하나는 있어야 된다.

Word-for-word translation

Top dictionary queries

English - Korean