OBJECTIVE-C in Portuguese translation

objetive-c
objective-c

Examples of using Objective-c in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Well, while Objective-C might have been quite different
Bem, embora o Objective-C possa ter sido bem diferente
Another difference with Objective-C is that Swift doesn't distinguish between instance variables(ivars) and properties. An instance variable is a property.
Outra diferença em relação a Objective-C é que Swift não distingue em variáveis de instância(ivars) e propriedades.
Even though Swift and Objective-C don't provide support for multiple inheritance,
Mesmo que o Swift e o Objective-C não forneçam suporte para herança mÃoltipla,
Objective-C categories are a convenient way to add extra methods to existing classes without the need for subclassing.
As categorias do Objective-C é uma maneira conveniente de adicionar métodos para classes existentes sem a necessidade da criação de subclasses.
Objective-C works great with reverse engineering
O Objective-C serve para a engenharia reversa
Objective-C is lacking some of these things like a clean syntax(and Syntactic sugar)
No Objective-C faltam algumas dessas coisas, como sintaxe limpa(e syntatic sugar)
Protocol extensions now allow existing protocols to adopt new methods in a similar way to Objective-C categories, allowing for greater flexibility in the way programs are written.
Extensões de protocolo agora permitem aos protocolos existentes adotar novos métodos de forma semelhante às categorias do Objective-C, permitindo maior flexibilidade na forma como os programas são escritos.
can co-exist with existing Objective-C applications and libraries.
o código Swift coexista com aplicações e bibliotecas escritas em Objective-C.
Because of this key difference, you always need to be careful when interacting with Objective-C APIs in Swift.
Por causa desta diferença fundamental, vocÃa precisa sempre ter cuidado quando interagir com APIs de Objective-C em Swift.
This example should look familiar if you have spent some time with Swift… or Objective-C.
Esse exemplo deve ser familiar se tem trabalhado com Swift há um tempo… ou com Objective-C.
is how to interact with Objective-C APIs.
interagir com APIs de Objective-C.
instead of having to write them in Objective-C.
em vez de ter de escrevê-los em Objective-C.
The project template doesn't differ much from a project created with Objective-C as the programming language.
O modelo de projeto não difere muito de um projeto criado com o Objetivo-C como linguagem de programação.
SharedInstance You may be wondering why we don't use the dispatch_once function like we did in the Objective-C implementation.
SharedInstance VocÃa pode estar se perguntando por que não usamos a função dispatch_once como fizemos na implementação de Objective-C.
C, Objective-C, COBOL, Java,
como: Objetive-C, Java, JSP,
A compiled Objective-C executable, for example,
Um executável compilado em Objective-C, por exemplo,
Objective-C is a thin layer atop C, and is a"strict superset" of C,
O Objective-C é uma camada muito fina construída sobre a linguagem C
Swift introduces true named parameters and retains key Objective-C concepts, including protocols,
O Swift retém conceitos chave do Objective-C como protocolos, clausura e categorias, porém, frequentemente substituindo a
The correct way to translate the above Objective-C snippet to Swift is by making sure the condition of the if statement evaluates to true
A maneira correta de traduzir o trecho acima do Objective-C para Swift é certificando que a condição da instrução if retorne true
highlighted a few key differences with Objective-C.
destacamos diferenças chaves em relação a Objective-C.
Results: 198, Time: 0.0347

Top dictionary queries

English - Portuguese